diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 22:50:51 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 22:50:51 +0000 |
commit | 22f401a9c87369eab87d97487299562e167c0b50 (patch) | |
tree | 1b5f2a2cf87b171009a9dbb88418d81dde1356bb /src/sysdep.c | |
parent | b8f0d5a2aee6ea11966439771987fbeb56ddc9c1 (diff) | |
download | emacs-22f401a9c87369eab87d97487299562e167c0b50.tar.gz |
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
argument.
Diffstat (limited to 'src/sysdep.c')
-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 () /* No timing error: wait for flag to be set. */ set_waiting_for_input (0); SYS$WFLOR (input_ef, input_eflist); - clear_waiting_for_input (0); + clear_waiting_for_input (); if (!detect_input_pending ()) /* Check for subprocess input availability */ { |