aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-01-08 17:58:38 +0000
committerJan Djärv2007-01-08 17:58:38 +0000
commit4c1803901d3ee3b339784f3d7275d392330a40e0 (patch)
tree22c52fe7b3868c6d6a78f66c99d58449d3fc65f5 /src
parent287110f561c2644ffa2c131e2f5da1042ce31b2a (diff)
downloademacs-4c1803901d3ee3b339784f3d7275d392330a40e0.tar.gz
emacs-4c1803901d3ee3b339784f3d7275d392330a40e0.zip
(init_keyboard): Initialize interrupt_input_blocked and
interrupt_input_pending.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/keyboard.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79194a6016e..626b8afd31e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12007-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12007-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
4 interrupt_input_pending.
5
3 * xterm.h (x_display_info): New: net_supported_atoms, 6 * xterm.h (x_display_info): New: net_supported_atoms,
4 nr_net_supported_atoms and net_supported_window. 7 nr_net_supported_atoms and net_supported_window.
5 8
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 ()
11020 do_mouse_tracking = Qnil; 11020 do_mouse_tracking = Qnil;
11021#endif 11021#endif
11022 input_pending = 0; 11022 input_pending = 0;
11023 interrupt_input_blocked = 0;
11024 interrupt_input_pending = 0;
11023 11025
11024 /* This means that command_loop_1 won't try to select anything the first 11026 /* This means that command_loop_1 won't try to select anything the first
11025 time through. */ 11027 time through. */