mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
(Fexecute_extended_command): Give Voverriding_local_map as the
first arg to Faref.
This commit is contained in:
parent
07a592697d
commit
9c3a251405
1 changed files with 2 additions and 2 deletions
|
|
@ -7261,7 +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 (bindings), Qmouse_movement)))
|
||||
&& ! (ARRAYP (bindings)
|
||||
&& EQ (Faref (Voverriding_local_map, bindings), Qmouse_movement)))
|
||||
{
|
||||
/* But first wait, and skip the message if there is input. */
|
||||
if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)
|
||||
|
|
@ -7534,7 +7535,6 @@ On such systems, Emacs starts a subshell instead of suspending.")
|
|||
int old_height, old_width;
|
||||
int width, height;
|
||||
struct gcpro gcpro1, gcpro2;
|
||||
extern init_sys_modes ();
|
||||
|
||||
if (!NILP (stuffstring))
|
||||
CHECK_STRING (stuffstring, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue