aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Monnier2006-04-26 05:27:48 +0000
committerStefan Monnier2006-04-26 05:27:48 +0000
commita1c43d02e9a4c6aba699951ab0768ca120f3cb59 (patch)
treee680f80ba6f8b1b589b8f9af20cc93a8d0e77570 /lisp/textmodes
parent45e46cb773188afd2ac5c9172b8c458f8c754622 (diff)
downloademacs-a1c43d02e9a4c6aba699951ab0768ca120f3cb59.tar.gz
emacs-a1c43d02e9a4c6aba699951ab0768ca120f3cb59.zip
(colon-double-space): Tighten up a bit the safety predicate.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/fill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 312c73a380b..545e9fe14b5 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."
48 "*Non-nil means put two spaces after a colon when filling." 48 "*Non-nil means put two spaces after a colon when filling."
49 :type 'boolean 49 :type 'boolean
50 :group 'fill) 50 :group 'fill)
51;;;###autoload(put 'colon-double-space 'safe-local-variable t) 51;;;###autoload(put 'colon-double-space 'safe-local-variable 'symbolp)
52 52
53(defvar fill-paragraph-function nil 53(defvar fill-paragraph-function nil
54 "Mode-specific function to fill a paragraph, or nil if there is none. 54 "Mode-specific function to fill a paragraph, or nil if there is none.