From: Karl Heuer Date: Tue, 21 May 1996 17:29:20 +0000 (+0000) Subject: (Fexecute_extended_command): Don't look for X-Git-Tag: emacs-19.34~590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71012575d05c2a510f36c61fd375dfcdd588c62a;p=emacs.git (Fexecute_extended_command): Don't look for a key binding if executing a kbd macro. --- 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_ /* If enabled, show which key runs this command. */ if (!NILP (Vsuggest_key_bindings) + && NILP (Vexecuting_macro) && SYMBOLP (function)) { Lisp_Object bindings;