]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_reading_process_input): Eliminate bogus test
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 22:06:10 +0000 (22:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 22:06:10 +0000 (22:06 +0000)
that was trying to check read_kbd and failing.

src/process.c

index eef1c18e4eb62336e4734166b993e293d9f593a5..26cba9864765dcef2cd2231bb9ae2f71450357f0 100644 (file)
@@ -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;