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:
parent
2b70d21e17
commit
71012575d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue