From: Jan Djärv Date: Mon, 8 Jan 2007 17:58:38 +0000 (+0000) Subject: (init_keyboard): Initialize interrupt_input_blocked and X-Git-Tag: emacs-pretest-22.0.93~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c1803901d3ee3b339784f3d7275d392330a40e0;p=emacs.git (init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending. --- diff --git a/src/ChangeLog b/src/ChangeLog index 79194a6016e..626b8afd31e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2007-01-08 Jan Dj,Ad(Brv + * 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. diff --git a/src/keyboard.c b/src/keyboard.c index 5e2a8171ff3..f8f751161c4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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. */