From 16f635545126842f3c732cc7300c92b866d7c826 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Feb 1994 06:45:41 +0000 Subject: [PATCH] (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. --- lisp/macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/macros.el b/lisp/macros.el index 1e093a7630a..cbb612494b0 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)) -- 2.39.5