# HG changeset patch # User Stefan Monnier # Date 1146319058 0 # Node ID 68e36cf8872889c9364856b9cfb98d3b8e0b630c # Parent 8fb69c1e87e8d93e362309a63b167ebc319bae44 (colon-double-space): Tighten the safety predicate. diff -r 8fb69c1e87e8 -r 68e36cf88728 lisp/textmodes/fill.el --- 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.