mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
(Fexecute_extended_command): Fix previous change.
This commit is contained in:
parent
4d2caa0732
commit
ee11256720
1 changed files with 2 additions and 2 deletions
|
|
@ -7261,8 +7261,8 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
|
|||
|
||||
/* If the command has a key binding, print it now. */
|
||||
if (!NILP (bindings)
|
||||
&& ! (ARRAYP (bindings)
|
||||
&& EQ (Faref (Voverriding_local_map, bindings), Qmouse_movement)))
|
||||
&& ! (VECTORP (bindings) && EQ (Faref (bindings, make_number (0)),
|
||||
Qmouse_movement)))
|
||||
{
|
||||
/* But first wait, and skip the message if there is input. */
|
||||
if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue