Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
016899c0
Commit
016899c0
authored
Dec 06, 1992
by
Jim Blandy
Browse files
Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* process.c (wait_reading_process_input): Doc fix.
parent
ff0b5f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/process.c
src/process.c
+2
-1
No files found.
src/process.c
View file @
016899c0
...
...
@@ -1752,7 +1752,8 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
/* 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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment