Mercurial > emacs
diff src/sysdep.c @ 101646:18eabb5ae6df
(emacs_write): Use process_pending_signals.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Thu, 29 Jan 2009 14:32:49 +0000 |
| parents | 63bb1043409e |
| children | dcf1f34f1713 |
line wrap: on
line diff
--- a/src/sysdep.c Thu Jan 29 14:32:21 2009 +0000 +++ b/src/sysdep.c Thu Jan 29 14:32:49 2009 +0000 @@ -2539,10 +2539,7 @@ #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; }
