diff options
| author | Richard M. Stallman | 1995-05-07 22:23:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-07 22:23:26 +0000 |
| commit | 7efe788e3188ae673a6d93feb6ab4d1f1ef63c7b (patch) | |
| tree | 7e800cc03966112d2ccc27df3daa65f3f1865606 /src | |
| parent | 98b17af933721098f6db9c65d089c10b44660937 (diff) | |
| download | emacs-7efe788e3188ae673a6d93feb6ab4d1f1ef63c7b.tar.gz emacs-7efe788e3188ae673a6d93feb6ab4d1f1ef63c7b.zip | |
(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
Diffstat (limited to 'src')
| -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) | |||
| 2034 | clear_waiting_for_input (); | 2034 | clear_waiting_for_input (); |
| 2035 | redisplay_preserve_echo_area (); | 2035 | redisplay_preserve_echo_area (); |
| 2036 | if (XINT (read_kbd) < 0) | 2036 | if (XINT (read_kbd) < 0) |
| 2037 | set_waiting_for_input (); | 2037 | set_waiting_for_input (&timeout); |
| 2038 | } | 2038 | } |
| 2039 | 2039 | ||
| 2040 | if (XINT (read_kbd) && detect_input_pending ()) | 2040 | if (XINT (read_kbd) && detect_input_pending ()) |