diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-29 14:34:52 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-29 14:34:52 +0000 |
commit | 6fc23b6ccd720531442270d550523d853c766e18 (patch) | |
tree | 5180b10b85bbacde281bc79ce6678474fcff3b86 /src/xterm.c | |
parent | c3eff1b099a623f4ded9a841ef5d6367d03f4463 (diff) | |
download | emacs-6fc23b6ccd720531442270d550523d853c766e18.tar.gz |
(XTread_socket): Update pending_signals.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 068129672f7..1cd1ff059cf 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7138,10 +7138,12 @@ XTread_socket (terminal, expected, hold_quit) 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. */ |