aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-12-06 22:19:47 +0000
committerJim Blandy1992-12-06 22:19:47 +0000
commit016899c07c4bc7efde1c0afef53e417a9d5c0ed7 (patch)
tree2969f371e7f4463d1c107bbbb79c48e0b5aebdc1 /src
parentff0b5f4c678edf11ba88814089f336e8bdb75e3e (diff)
downloademacs-016899c07c4bc7efde1c0afef53e417a9d5c0ed7.tar.gz
emacs-016899c07c4bc7efde1c0afef53e417a9d5c0ed7.zip
Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* process.c (wait_reading_process_input): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 4effac06ee4..f343c594f05 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1752,7 +1752,8 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
1752 /* If frame size has changed or the window is newly mapped, 1752 /* If frame size has changed or the window is newly mapped,
1753 redisplay now, before we start to wait. There is a race 1753 redisplay now, before we start to wait. There is a race
1754 condition here; if a SIGIO arrives between now and the select 1754 condition here; if a SIGIO arrives between now and the select
1755 and indicates that a frame is trashed, we lose. */ 1755 and indicates that a frame is trashed, the select may block
1756 displaying a trashed screen. */
1756 if (frame_garbaged) 1757 if (frame_garbaged)
1757 redisplay_preserve_echo_area (); 1758 redisplay_preserve_echo_area ();
1758 1759