From 119d72b62ca7a8c7becf59bd1a4f796810537068 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 29 Apr 2006 13:57:38 +0000 Subject: [PATCH] (colon-double-space): Tighten the safety predicate. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5