aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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