diff lisp/macros.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 c75a5c7d4f39
children 54baa5a15850
line wrap: on
line diff
--- a/lisp/macros.el	Thu Dec 23 04:47:13 1993 +0000
+++ b/lisp/macros.el	Thu Dec 23 04:52:56 1993 +0000
@@ -235,7 +235,6 @@
       (set-marker end-marker nil)
       (set-marker next-line-marker nil))))
 
-;;;###autoload
-(define-key ctl-x-map "q" 'kbd-macro-query)
+;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query)
 
 ;;; macros.el ends here