Mercurial > emacs
changeset 18777:c5e0b32380c1
(read_char): Call timer_stop_idle unconditionally at non_reread.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Jul 1997 19:26:48 +0000 |
parents | 61751ba33c8f |
children | 7626e0d30719 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Jul 14 07:30:11 1997 +0000 +++ b/src/keyboard.c Mon Jul 14 19:26:48 1997 +0000 @@ -2088,10 +2088,7 @@ 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 ();