projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a3b01
)
(read_char): Call timer_stop_idle unconditionally at non_reread.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 1997 19:26:48 +0000
(19:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 1997 19:26:48 +0000
(19:26 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index ea2fa336ac78a557b0f816154a8f9b09a15391f4..57c1c760addc6f77b8b5fe146778586cabb2abcb 100644
(file)
--- 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 ();