1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00: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 ();