[MULTI_KBOARD] (read_char): If the character was for

the wrong kboard, don't let it get processed twice.
This commit is contained in:
Karl Heuer 1995-05-09 01:32:05 +00:00
parent e63b803036
commit 46b8479774

View file

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