From: Stefan Monnier Date: Sat, 29 Apr 2006 13:57:38 +0000 (+0000) Subject: (colon-double-space): Tighten the safety predicate. X-Git-Tag: emacs-pretest-22.0.90~2910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=119d72b62ca7a8c7becf59bd1a4f796810537068;p=emacs.git (colon-double-space): Tighten the safety predicate. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 545e9fe14b5..9218c565c97 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -48,7 +48,7 @@ A value of nil means that any change in indentation starts a new paragraph." "*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.