]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-fill-function): Use the new :minor-mode-function property.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Mar 2005 13:11:34 +0000 (13:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Mar 2005 13:11:34 +0000 (13:11 +0000)
lisp/simple.el

index d3624fc0a9ccc8c4498eaa2f5b574760db00da65..e154d56ea66767a986e034c1e6c26fd46005bcfd 100644 (file)
@@ -3925,6 +3925,7 @@ Setting this variable automatically makes it local to the current buffer.")
   "The function to use for `auto-fill-function' if Auto Fill mode is turned on.
 Some major modes set this.")
 
+(put 'auto-fill-function :minor-mode-function 'auto-fill-mode)
 ;; FIXME: turn into a proper minor mode.
 ;; Add a global minor mode version of it.
 (defun auto-fill-mode (&optional arg)