# HG changeset patch # User Chong Yidong # Date 1233239569 0 # Node ID 18eabb5ae6dfc703bb4af2c68b4ba952e898b926 # Parent 6cb2fc1f4cbec00e5368554516be27041c258d36 (emacs_write): Use process_pending_signals. diff -r 6cb2fc1f4cbe -r 18eabb5ae6df src/sysdep.c --- 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; }