emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el
Date: Sat, 29 Apr 2006 13:57:38 +0000

Index: emacs/lisp/textmodes/fill.el
diff -u emacs/lisp/textmodes/fill.el:1.186 emacs/lisp/textmodes/fill.el:1.187
--- emacs/lisp/textmodes/fill.el:1.186  Wed Apr 26 05:27:48 2006
+++ emacs/lisp/textmodes/fill.el        Sat Apr 29 13:57:38 2006
@@ -48,7 +48,7 @@
   "*Non-nil means put two spaces after a colon when filling."
   :type 'boolean
   :group 'fill)
-;;;###autoload(put 'colon-double-space 'safe-local-variable 'symbolp)
+;;;###autoload(put 'colon-double-space 'safe-local-variable 'booleanp)
 
 (defvar fill-paragraph-function nil
   "Mode-specific function to fill a paragraph, or nil if there is none.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]