diff lisp/dabbrev.el @ 5307:069c54e77fd1

Don't repeat at load time any bindings that are autoloaded.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 04:52:56 +0000
parents ca1e006fff42
children 7396503653cf
line wrap: on
line diff
--- a/lisp/dabbrev.el	Thu Dec 23 04:47:13 1993 +0000
+++ b/lisp/dabbrev.el	Thu Dec 23 04:52:56 1993 +0000
@@ -205,8 +205,7 @@
       (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.