aboutsummaryrefslogtreecommitdiffstats
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."
2487 (interactive "p") 2487 (interactive "p")
2488 (use-completion-before-separator) 2488 (use-completion-before-separator)
2489 (self-insert-command arg) 2489 (self-insert-command arg)
2490 (and (> (current-column) fill-column) 2490 (and auto-fill-function
2491 auto-fill-function
2492 (funcall auto-fill-function)) 2491 (funcall auto-fill-function))
2493 ) 2492 )
2494 2493