mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(command_loop_1): Set this_command to nil before reading a command.
This commit is contained in:
parent
145b0681a7
commit
d7437ef689
@ -1168,6 +1168,8 @@ command_loop_1 ()
|
||||
before_command_key_count = this_command_key_count;
|
||||
before_command_echo_length = echo_length ();
|
||||
|
||||
this_command = Qnil;
|
||||
|
||||
/* Read next key sequence; i gets its length. */
|
||||
i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],
|
||||
Qnil, 0, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user