aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-14 19:26:48 +0000
committerRichard M. Stallman1997-07-14 19:26:48 +0000
commit2fb9049ef0d092f9ef27d4637dcfd2288830c4f1 (patch)
tree2c9dc99f29998d73665bf5c2736092d3c3260613
parent36a3b01cf8542fe5249ad83189938875ca200e20 (diff)
downloademacs-2fb9049ef0d092f9ef27d4637dcfd2288830c4f1.tar.gz
emacs-2fb9049ef0d092f9ef27d4637dcfd2288830c4f1.zip
(read_char): Call timer_stop_idle unconditionally at non_reread.
-rw-r--r--src/keyboard.c5
1 files changed, 1 insertions, 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)
2088 2088
2089 non_reread: 2089 non_reread:
2090 2090
2091 /* Now that we have read an event, Emacs is not idle-- 2091 timer_stop_idle ();
2092 unless the event was a timer event (not used now). */
2093 if (! CONSP (c))
2094 timer_stop_idle ();
2095 2092
2096 start_polling (); 2093 start_polling ();
2097 2094