mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(colon-double-space): Tighten up a bit the safety predicate.
This commit is contained in:
parent
45e46cb773
commit
a1c43d02e9
2 changed files with 4 additions and 1 deletions
|
|
@ -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 t)
|
||||
;;;###autoload(put 'colon-double-space 'safe-local-variable 'symbolp)
|
||||
|
||||
(defvar fill-paragraph-function nil
|
||||
"Mode-specific function to fill a paragraph, or nil if there is none.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue