1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

(Fexecute_extended_command): Don't look for

a key binding if executing a kbd macro.
This commit is contained in:
Karl Heuer 1996-05-21 17:29:20 +00:00
parent 2b70d21e17
commit 71012575d0

View 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;