From: YAMAMOTO Mitsuharu Date: Wed, 29 Apr 2009 03:48:58 +0000 (+0000) Subject: (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. X-Git-Tag: emacs-pretest-23.0.93~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3c963a026f57b20c7798f552aa40b7fbb1027c9;p=emacs.git (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. --- diff --git a/src/ChangeLog b/src/ChangeLog index 760795f1870..691ce28ee93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2009-04-29 YAMAMOTO Mitsuharu + + * atimer.c (init_atimer): Also clear stopped_atimers. + + * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. + 2009-04-29 Ulrich Mueller * lread.c (Vread_circle): New variable. 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 () (*keyboard_init_hook) (); #ifdef POLL_FOR_INPUT + poll_timer = NULL; poll_suppress_count = 1; start_polling (); #endif