(completion-separator-self-insert-autofilling):
Don't check fill-column; do-auto-fill will do that.
This commit is contained in:
parent
650f194c5a
commit
a72632181c
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue