aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/macros.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el
index 1e093a7630..cbb612494b 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -95,7 +95,7 @@ use this command, and then save the file."
(insert "\\M-C-?"))))))
(insert ")\n")
(if keys
- (let ((keys (where-is-internal macroname nil)))
+ (let ((keys (where-is-internal macroname '(keymap))))
(while keys
(insert "(global-set-key ")
(prin1 (car keys) (current-buffer))