mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(read_char): Don't decrement this_command_key_count when saving it.
This commit is contained in:
parent
abdd729850
commit
e43d17d398
1 changed files with 1 additions and 1 deletions
|
|
@ -2363,7 +2363,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
|
|||
&& (unsigned) XINT (c) < 127)
|
||||
{
|
||||
Lisp_Object keys;
|
||||
int key_count = this_command_key_count - 1;
|
||||
int key_count = this_command_key_count;
|
||||
int saved = current_kboard->immediate_echo;
|
||||
struct gcpro gcpro1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue