]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
authorPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 22:50:51 +0000 (22:50 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 22:50:51 +0000 (22:50 +0000)
argument.

src/sysdep.c

index 26fd3923ff0308a63bc0a1bc39d1c1678550b508..69dad606e86ed95d0f78f1da87e048bf23ac68ab 100644 (file)
@@ -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 */
        {