changeset 14863:b0d0cd9b5905

(wait_reading_process_input): Eliminate bogus test that was trying to check read_kbd and failing.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Mar 1996 22:06:10 +0000
parents e368c0d12356
children 71003bb1b005
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Fri Mar 22 22:04:55 1996 +0000
+++ b/src/process.c	Fri Mar 22 22:06:10 1996 +0000
@@ -2076,7 +2076,7 @@
 	 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;