# HG changeset patch # User Richard M. Stallman # Date 868908408 0 # Node ID c5e0b32380c1742b0002f304c428fbca3860d18e # Parent 61751ba33c8fcaca891a2385d156859a845e1190 (read_char): Call timer_stop_idle unconditionally at non_reread. diff -r 61751ba33c8f -r c5e0b32380c1 src/keyboard.c --- 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 ();