diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-14 17:42:18 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-14 17:42:18 +0000 |
commit | f31b125795291270828b41185f663584ae95e518 (patch) | |
tree | c6ba59d32aea8869b7a0a7e985e9b9c6190adb21 /lisp/textmodes/fill.el | |
parent | 294f1153b56701321c2dd9ef1aa2483b17dc4bf8 (diff) | |
download | emacs-f31b125795291270828b41185f663584ae95e518.tar.gz emacs-f31b125795291270828b41185f663584ae95e518.tar.bz2 emacs-f31b125795291270828b41185f663584ae95e518.zip |
* faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.
* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 7f7a98e087a..23b3c1ade9e 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 'booleanp) +(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. |