Mercurial > emacs
changeset 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 | fe6f6e55182f |
children | a532c5a23984 |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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 ();