]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Feb 1994 06:45:41 +0000 (06:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Feb 1994 06:45:41 +0000 (06:45 +0000)
lisp/macros.el

index 1e093a7630a56b2e7b1d35c8e68fc33741adc6aa..cbb612494b0bd87b7bfbba1f38061c6aee626410 100644 (file)
@@ -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))