Fix handling of pending signals in wait_reading_process_output (Bug#8869).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 03:40:40 +0000 (23:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 03:40:40 +0000 (23:40 -0400)
commit029529ac6fadf07a532f2a90c3d4076db3516ba8
treee6e9bc5c9bfc7201be50b3d7224542fa8eb4605c
parentee584d02ddc4d944a9055681eda52dc1d197bba0
Fix handling of pending signals in wait_reading_process_output (Bug#8869).

* process.c (wait_reading_process_output): Bypass select if
waiting for a cell while ignoring keyboard input, and input is
pending.  Suggested by Jan Djärv.
src/ChangeLog
src/process.c