1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.

This commit is contained in:
Richard M. Stallman 1994-02-04 06:45:41 +00:00
parent 3f5e6d796b
commit 16f6355451

View 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))