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
commitecc21289e11bcbfb7d6f5a976ad47cc4f8904ea3 (patch)
tree581ae1c9a9b0894a18250fed76099ba95a4289ef /lisp/macros.el
parent1e3af4e87f58d8f9bb6d299355d9ea3c29dae643 (diff)
downloademacs-ecc21289e11bcbfb7d6f5a976ad47cc4f8904ea3.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