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
e6194ffc
Commit
e6194ffc
authored
Mar 29, 1994
by
Karl Heuer
Browse files
Fix typos in comments.
parent
dd5f6267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/process.c
src/process.c
+2
-2
No files found.
src/process.c
View file @
e6194ffc
...
...
@@ -1707,7 +1707,7 @@ static int waiting_for_user_input_p;
1 to return when input is available, or
-1 meaning caller will actually read the input, so don't throw to
the quit handler, or
a cons cell, meaning wait
wait
until its car is non-nil
a cons cell, meaning wait until its car is non-nil
(and gobble terminal input into the buffer if any arrives), or
a process object, meaning wait until something arrives from that
process. The return value is true iff we read some input from
...
...
@@ -1929,7 +1929,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
/* If there is any, return immediately
to give it higher priority than subprocesses */
/* We used to do his if wait_for_cell,
/* We used to do
t
his if wait_for_cell,
but that caused infinite recursion in selection request events. */
if
((
XINT
(
read_kbd
))
&&
detect_input_pending
())
...
...
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