Mercurial > emacs
diff src/process.c @ 1655:05e84e6c7d04
Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* process.c (wait_reading_process_input): Doc fix.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Sun, 06 Dec 1992 22:19:47 +0000 |
| parents | b476a97ad17e |
| children | a0a41de51400 |
line wrap: on
line diff
--- a/src/process.c Sun Dec 06 22:18:02 1992 +0000 +++ b/src/process.c Sun Dec 06 22:19:47 1992 +0000 @@ -1752,7 +1752,8 @@ /* If frame size has changed or the window is newly mapped, redisplay now, before we start to wait. There is a race condition here; if a SIGIO arrives between now and the select - and indicates that a frame is trashed, we lose. */ + and indicates that a frame is trashed, the select may block + displaying a trashed screen. */ if (frame_garbaged) redisplay_preserve_echo_area ();
