mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
argument.
This commit is contained in:
parent
c43fc1b91a
commit
61851c0e95
@ -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 */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user