From: Richard M. Stallman Date: Mon, 14 Jul 1997 19:26:48 +0000 (+0000) Subject: (read_char): Call timer_stop_idle unconditionally at non_reread. X-Git-Tag: emacs-20.1~1169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fb9049ef0d092f9ef27d4637dcfd2288830c4f1;p=emacs.git (read_char): Call timer_stop_idle unconditionally at non_reread. --- diff --git a/src/keyboard.c b/src/keyboard.c index ea2fa336ac7..57c1c760add 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2088,10 +2088,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu) non_reread: - /* Now that we have read an event, Emacs is not idle-- - unless the event was a timer event (not used now). */ - if (! CONSP (c)) - timer_stop_idle (); + timer_stop_idle (); start_polling ();