(completion-separator-self-insert-autofilling):

Don't check fill-column; do-auto-fill will do that.
This commit is contained in:
Richard M. Stallman 1995-01-19 04:02:50 +00:00
parent 650f194c5a
commit a72632181c

View file

@ -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))
)