aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;