diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:52:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:52:56 +0000 |
commit | 5f5d794a226abf294f3a247ca81e631619d3b735 (patch) | |
tree | 0e37068a65eeb9c6e4e5cdb8583820081c882d81 /lisp/dabbrev.el | |
parent | 85111db572aa43349446931242f239ee6f6e1126 (diff) | |
download | emacs-5f5d794a226abf294f3a247ca81e631619d3b735.tar.gz |
Don't repeat at load time any bindings that are autoloaded.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r-- | lisp/dabbrev.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index d2f746b6c31..e89e8d13aa7 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -205,8 +205,7 @@ with the next possible expansion not yet tried." (setq last-dabbrevs-expansion expansion) (setq last-dabbrevs-expansion-location loc)))) -;;;###autoload -(define-key esc-map "/" 'dabbrev-expand) +;;;###autoload (define-key esc-map "/" 'dabbrev-expand) ;; Search function used by dabbrevs library. |