From 55310b94ebec5a1614ea52454e088d50580a175b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 29 Jan 2009 14:32:49 +0000 Subject: [PATCH] (emacs_write): Use process_pending_signals. --- src/sysdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index c1f193f96b6..dfefed7679c 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2539,10 +2539,7 @@ emacs_write (fildes, buf, nbyte) #ifdef SYNC_INPUT /* I originally used `QUIT' but that might causes files to be truncated if you hit C-g in the middle of it. --Stef */ - if (interrupt_input_pending) - handle_async_input (); - if (pending_atimers) - do_pending_atimers (); + process_pending_signals (); #endif continue; } -- 2.39.2