Mercurial > emacs
changeset 101650:315aa5c3b682
(XTread_socket): Update pending_signals.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 29 Jan 2009 14:34:52 +0000 |
parents | bd66da73ef9f |
children | edfcd685d1e5 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Thu Jan 29 14:34:38 2009 +0000 +++ b/src/xterm.c Thu Jan 29 14:34:52 2009 +0000 @@ -7138,10 +7138,12 @@ if (interrupt_input_blocked) { interrupt_input_pending = 1; + pending_signals = 1; return -1; } interrupt_input_pending = 0; + pending_signals = pending_atimers; BLOCK_INPUT; /* So people can tell when we have read the available input. */