]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_extended_command): Don't look for
authorKarl Heuer <kwzh@gnu.org>
Tue, 21 May 1996 17:29:20 +0000 (17:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 21 May 1996 17:29:20 +0000 (17:29 +0000)
a key binding if executing a kbd macro.

src/keyboard.c

index 20efcf47f558125dbfce61d406b13e695b62b436..abe7499f98f39c8e9bec7f92e9b2eedd84ecef89 100644 (file)
@@ -6992,6 +6992,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
 
   /* If enabled, show which key runs this command.  */
   if (!NILP (Vsuggest_key_bindings)
+      && NILP (Vexecuting_macro)
       && SYMBOLP (function))
     {
       Lisp_Object bindings;