changeset 75137:86181f7117aa

(init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 08 Jan 2007 17:58:28 +0000
parents 9ae0d438e444
children 4babd71f8620
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Mon Jan 08 17:56:53 2007 +0000
+++ b/src/keyboard.c	Mon Jan 08 17:58:28 2007 +0000
@@ -11020,6 +11020,8 @@
   do_mouse_tracking = Qnil;
 #endif
   input_pending = 0;
+  interrupt_input_blocked = 0;
+  interrupt_input_pending = 0;
 
   /* This means that command_loop_1 won't try to select anything the first
      time through.  */