summaryrefslogtreecommitdiff
path: root/lisp/macros.el
diff options
context:
space:
mode:
authorBrian Preble <rassilon@gnu.org>1991-05-13 22:05:10 +0000
committerBrian Preble <rassilon@gnu.org>1991-05-13 22:05:10 +0000
commitc5b1abe440c69393f3be34edc6dfa20cab5135ab (patch)
tree717f6e9d99892df80bf6e8ab3a1e6cd41deb79fb /lisp/macros.el
parentab6404f6b6cd33a9fb57e13612ecfe70487c2299 (diff)
downloademacs-c5b1abe440c69393f3be34edc6dfa20cab5135ab.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/macros.el')
-rw-r--r--lisp/macros.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el
index 94d5fabb411..75510a48ed9 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -104,4 +104,5 @@ C-l -- redisplay screen and ask again."
(let (executing-macro defining-kbd-macro)
(recursive-edit))))))))))
-;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query)
+;;;###autoload
+(define-key ctl-x-map "q" 'kbd-macro-query)