]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_char): Call timer_stop_idle unconditionally at non_reread.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 1997 19:26:48 +0000 (19:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 1997 19:26:48 +0000 (19:26 +0000)
src/keyboard.c

index ea2fa336ac78a557b0f816154a8f9b09a15391f4..57c1c760addc6f77b8b5fe146778586cabb2abcb 100644 (file)
@@ -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 ();