]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 22:23:26 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 22:23:26 +0000 (22:23 +0000)
src/process.c

index b9c22c07924e26624ef9a0b892da9806bfc2c935..119ed47c749ac7dbfcf8d325647982085c666594 100644 (file)
@@ -2034,7 +2034,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
          clear_waiting_for_input ();
          redisplay_preserve_echo_area ();
          if (XINT (read_kbd) < 0)
-           set_waiting_for_input ();
+           set_waiting_for_input (&timeout);
        }
 
       if (XINT (read_kbd) && detect_input_pending ())