1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

(read_char): Call timer_stop_idle unconditionally at non_reread.

This commit is contained in:
Richard M. Stallman 1997-07-14 19:26:48 +00:00
parent 36a3b01cf8
commit 2fb9049ef0

View 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 ();