1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(w32_read_socket): Update pending_signals.

This commit is contained in:
Chong Yidong 2009-01-29 14:35:04 +00:00
parent 6fc23b6ccd
commit 6324e138b3

View File

@ -4078,10 +4078,12 @@ w32_read_socket (sd, 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. */