aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-05-21 17:29:20 +0000
committerKarl Heuer1996-05-21 17:29:20 +0000
commit71012575d05c2a510f36c61fd375dfcdd588c62a (patch)
treeb8812c4327172be6f3886a0f3c682e4eb1dc1dec /src
parent2b70d21e17b371e69611c322579718b66eb73b5c (diff)
downloademacs-71012575d05c2a510f36c61fd375dfcdd588c62a.tar.gz
emacs-71012575d05c2a510f36c61fd375dfcdd588c62a.zip
(Fexecute_extended_command): Don't look for
a key binding if executing a kbd macro.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 20efcf47f55..abe7499f98f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6992,6 +6992,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
6992 6992
6993 /* If enabled, show which key runs this command. */ 6993 /* If enabled, show which key runs this command. */
6994 if (!NILP (Vsuggest_key_bindings) 6994 if (!NILP (Vsuggest_key_bindings)
6995 && NILP (Vexecuting_macro)
6995 && SYMBOLP (function)) 6996 && SYMBOLP (function))
6996 { 6997 {
6997 Lisp_Object bindings; 6998 Lisp_Object bindings;