From: Richard M. Stallman Date: Fri, 22 Mar 1996 22:06:10 +0000 (+0000) Subject: (wait_reading_process_input): Eliminate bogus test X-Git-Tag: emacs-19.34~997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38f17cb22ee6027356b9c36f19682e36846d7c0f;p=emacs.git (wait_reading_process_input): Eliminate bogus test that was trying to check read_kbd and failing. --- 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) run timer events directly. (Callers that will immediately read keyboard events call timer_delay on their own.) */ - if (XINT (read_kbd) >= 0) + if (1) { EMACS_TIME timer_delay; int old_timers_run = timers_run;