From 2fb9049ef0d092f9ef27d4637dcfd2288830c4f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Jul 1997 19:26:48 +0000 Subject: [PATCH] (read_char): Call timer_stop_idle unconditionally at non_reread. --- src/keyboard.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index ea2fa336ac7..57c1c760add 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 (); -- 2.39.5