mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(read_char): Call timer_stop_idle unconditionally at non_reread.
This commit is contained in:
parent
36a3b01cf8
commit
2fb9049ef0
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user