aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-22 22:06:10 +0000
committerRichard M. Stallman1996-03-22 22:06:10 +0000
commit38f17cb22ee6027356b9c36f19682e36846d7c0f (patch)
treea6980d6c5d33043a1d832cedd251f08d32fcb3f0 /src/process.c
parent5a7670bf32c040a56989badf3d536e87d72e0eef (diff)
downloademacs-38f17cb22ee6027356b9c36f19682e36846d7c0f.tar.gz
emacs-38f17cb22ee6027356b9c36f19682e36846d7c0f.zip
(wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index eef1c18e4eb..26cba986476 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2076,7 +2076,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2076 run timer events directly. 2076 run timer events directly.
2077 (Callers that will immediately read keyboard events 2077 (Callers that will immediately read keyboard events
2078 call timer_delay on their own.) */ 2078 call timer_delay on their own.) */
2079 if (XINT (read_kbd) >= 0) 2079 if (1)
2080 { 2080 {
2081 EMACS_TIME timer_delay; 2081 EMACS_TIME timer_delay;
2082 int old_timers_run = timers_run; 2082 int old_timers_run = timers_run;