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/abbrev.el | |
parent | 294f1153b56701321c2dd9ef1aa2483b17dc4bf8 (diff) | |
download | emacs-f31b125795291270828b41185f663584ae95e518.tar.gz |
* 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/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 5cdd2d0aa8f..1f0b28cfb97 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -70,7 +70,7 @@ Interactively, use the command `abbrev-mode' to enable or disable Abbrev mode in the current buffer." :type 'boolean :group 'abbrev-mode) -;;;###autoload(put 'abbrev-mode 'safe-local-variable 'booleanp) +(put 'abbrev-mode 'safe-local-variable 'booleanp) (defvar edit-abbrevs-map |