summaryrefslogtreecommitdiff
path: root/lisp/macros.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-12-23 04:52:56 +0000
committerRichard M. Stallman <rms@gnu.org>1993-12-23 04:52:56 +0000
commit5f5d794a226abf294f3a247ca81e631619d3b735 (patch)
tree0e37068a65eeb9c6e4e5cdb8583820081c882d81 /lisp/macros.el
parent85111db572aa43349446931242f239ee6f6e1126 (diff)
downloademacs-5f5d794a226abf294f3a247ca81e631619d3b735.tar.gz
Don't repeat at load time any bindings that are autoloaded.
Diffstat (limited to 'lisp/macros.el')
-rw-r--r--lisp/macros.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/macros.el b/lisp/macros.el
index c2e8b18b4af..1e093a7630a 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -235,7 +235,6 @@ and then select the region of un-tablified names and use
(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