diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-07 22:23:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-07 22:23:26 +0000 |
commit | 7efe788e3188ae673a6d93feb6ab4d1f1ef63c7b (patch) | |
tree | 7e800cc03966112d2ccc27df3daa65f3f1865606 /src/process.c | |
parent | 98b17af933721098f6db9c65d089c10b44660937 (diff) | |
download | emacs-7efe788e3188ae673a6d93feb6ab4d1f1ef63c7b.tar.gz |
(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index b9c22c07924..119ed47c749 100644 --- a/src/process.c +++ b/src/process.c @@ -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 ()) |