1
0
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:
Richard M. Stallman 1995-09-10 01:23:14 +00:00
parent 145b0681a7
commit d7437ef689

View File

@ -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);