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:
parent
36a3b01cf8
commit
2fb9049ef0
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue