]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_keyboard): Initialize interrupt_input_blocked and
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:38 +0000 (17:58 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:38 +0000 (17:58 +0000)
interrupt_input_pending.

src/ChangeLog
src/keyboard.c

index 79194a6016ecfb2f7e5882a239748b4524455045..626b8afd31ee7375fa76ed7e6933b926cfc58770 100644 (file)
@@ -1,5 +1,8 @@
 2007-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
+       interrupt_input_pending.
+
        * xterm.h (x_display_info): New: net_supported_atoms,
        nr_net_supported_atoms and net_supported_window.
 
index 5e2a8171ff33f7d984ff52b52db9f3b4c3f6d9e9..f8f751161c44e0859db94cf7e10e72e210ae6aee 100644 (file)
@@ -11020,6 +11020,8 @@ init_keyboard ()
   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.  */