From: Karl Heuer Date: Tue, 9 May 1995 01:32:05 +0000 (+0000) Subject: [MULTI_KBOARD] (read_char): If the character was for X-Git-Tag: emacs-19.34~4095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46b84797745379c5e14511e16606d0b9481cf5cd;p=emacs.git [MULTI_KBOARD] (read_char): If the character was for the wrong kboard, don't let it get processed twice. --- diff --git a/src/keyboard.c b/src/keyboard.c index 981b5d91ae9..5f0994c608c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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;