aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2009-04-29 03:48:58 +0000
committerYAMAMOTO Mitsuharu2009-04-29 03:48:58 +0000
commitc3c963a026f57b20c7798f552aa40b7fbb1027c9 (patch)
treea6b3684d2478f32e88df8fcf056d14a2c97457c5 /src/keyboard.c
parentbcdf96ba42e802d0899aa9f41bbd92b9b0f54e6f (diff)
downloademacs-c3c963a026f57b20c7798f552aa40b7fbb1027c9.tar.gz
emacs-c3c963a026f57b20c7798f552aa40b7fbb1027c9.zip
(init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 9f9705d56bf..4a19457d49f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11681,6 +11681,7 @@ init_keyboard ()
11681 (*keyboard_init_hook) (); 11681 (*keyboard_init_hook) ();
11682 11682
11683#ifdef POLL_FOR_INPUT 11683#ifdef POLL_FOR_INPUT
11684 poll_timer = NULL;
11684 poll_suppress_count = 1; 11685 poll_suppress_count = 1;
11685 start_polling (); 11686 start_polling ();
11686#endif 11687#endif