[MULTI_KBOARD] (read_char): If the character was for
the wrong kboard, don't let it get processed twice.
This commit is contained in:
parent
e63b803036
commit
46b8479774
1 changed files with 1 additions and 0 deletions
|
@ -1948,6 +1948,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
|
|||
abort ();
|
||||
*tailp = Fcons (c, Qnil);
|
||||
kb->kbd_queue_has_data = 1;
|
||||
c = Qnil;
|
||||
if (single_kboard)
|
||||
goto wrong_kboard;
|
||||
current_kboard = kb;
|
||||
|
|
Loading…
Add table
Reference in a new issue