From: Pavel Janík Date: Fri, 16 Nov 2001 22:50:51 +0000 (+0000) Subject: (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with X-Git-Tag: ttn-vms-21-2-B4~18471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61851c0e95d56338024f9ef19591524b86201f9e;p=emacs.git (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with argument. --- 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 */ {