Mercurial > emacs
changeset 70269:68e36cf88728
(colon-double-space): Tighten the safety predicate.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 29 Apr 2006 13:57:38 +0000 |
parents | 8fb69c1e87e8 |
children | 925aeac78b9e |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Sat Apr 29 13:56:50 2006 +0000 +++ b/lisp/textmodes/fill.el Sat Apr 29 13:57:38 2006 +0000 @@ -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.