diff options
| author | Pavel Janík | 2001-11-16 22:50:51 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-16 22:50:51 +0000 |
| commit | 61851c0e95d56338024f9ef19591524b86201f9e (patch) | |
| tree | f9305ccc3f512e343cd316bd09001a2c2998fe2d /src | |
| parent | c43fc1b91a9f86ac51bd642a49608b69c0f363de (diff) | |
| download | emacs-61851c0e95d56338024f9ef19591524b86201f9e.tar.gz emacs-61851c0e95d56338024f9ef19591524b86201f9e.zip | |
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
argument.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 26fd3923ff0..69dad606e86 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2029,7 +2029,7 @@ wait_for_kbd_input () | |||
| 2029 | /* No timing error: wait for flag to be set. */ | 2029 | /* No timing error: wait for flag to be set. */ |
| 2030 | set_waiting_for_input (0); | 2030 | set_waiting_for_input (0); |
| 2031 | SYS$WFLOR (input_ef, input_eflist); | 2031 | SYS$WFLOR (input_ef, input_eflist); |
| 2032 | clear_waiting_for_input (0); | 2032 | clear_waiting_for_input (); |
| 2033 | if (!detect_input_pending ()) | 2033 | if (!detect_input_pending ()) |
| 2034 | /* Check for subprocess input availability */ | 2034 | /* Check for subprocess input availability */ |
| 2035 | { | 2035 | { |