summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/completion.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index 8964556f04e..28182807681 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -2487,8 +2487,7 @@ Patched to remove the most recent completion."
(interactive "p")
(use-completion-before-separator)
(self-insert-command arg)
- (and (> (current-column) fill-column)
- auto-fill-function
+ (and auto-fill-function
(funcall auto-fill-function))
)