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:
parent
3f5e6d796b
commit
16f6355451
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue