diff lisp/completion.el @ 732:a8d94735277e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 30 Jun 1992 13:54:21 +0000
parents 8a533acedb77
children c693d56ef36d
line wrap: on
line diff
--- a/lisp/completion.el	Tue Jun 30 13:49:39 1992 +0000
+++ b/lisp/completion.el	Tue Jun 30 13:54:21 1992 +0000
@@ -2834,8 +2834,8 @@
   (use-completion-before-separator)
   (self-insert-command arg)
   (and (> (current-column) fill-column)
-       auto-fill-hook
-       (funcall auto-fill-hook))
+       auto-fill-function
+       (funcall auto-fill-function))
   )
 
 ;;;-----------------------------------------------