diff src/keyboard.c @ 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 506b356e8291
children e11e583145aa 32073cbc5eb6
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.  */