mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(Fexecute_extended_command): Don't look for
a key binding if executing a kbd macro.
This commit is contained in:
parent
2b70d21e17
commit
71012575d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user