changeset 11763:fc2a3a312e98

[MULTI_KBOARD] (read_char): If the character was for the wrong kboard, don't let it get processed twice.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 May 1995 01:32:05 +0000
parents 329197fc1477
children 296f3ad76600
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue May 09 00:49:04 1995 +0000
+++ b/src/keyboard.c	Tue May 09 01:32:05 1995 +0000
@@ -1948,6 +1948,7 @@
 	    abort ();
 	  *tailp = Fcons (c, Qnil);
 	  kb->kbd_queue_has_data = 1;
+	  c = Qnil;
 	  if (single_kboard)
 	    goto wrong_kboard;
 	  current_kboard = kb;