changeset 11744:52a2c8e81bb7

(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 22:23:26 +0000
parents 824f238e0c64
children 1136a3614d79
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Sun May 07 20:20:30 1995 +0000
+++ b/src/process.c	Sun May 07 22:23:26 1995 +0000
@@ -2034,7 +2034,7 @@
 	  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 ())