# HG changeset patch # User Jan Dj¸«£rv # Date 1168279108 0 # Node ID 86181f7117aadb50a3339726c39080749b3dcf14 # Parent 9ae0d438e444bac2fd3297a247e0e02cdce5e825 (init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending. diff -r 9ae0d438e444 -r 86181f7117aa src/keyboard.c --- 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. */