aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 59ff4405368..3fb88d4f17f 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -394,7 +394,7 @@ run_protected (Lisp_Object (*code) (Lisp_Object), Lisp_Object arg)
394 394
395 BLOCK_INPUT; 395 BLOCK_INPUT;
396 396
397 /* Fsignal calls abort() if it sees that waiting_for_input is 397 /* Fsignal calls emacs_abort () if it sees that waiting_for_input is
398 set. */ 398 set. */
399 owfi = waiting_for_input; 399 owfi = waiting_for_input;
400 waiting_for_input = 0; 400 waiting_for_input = 0;