aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 965b33c52c3..9dadc1ab4ab 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5165,7 +5165,7 @@ read_process_output (proc, channel)
5165#endif 5165#endif
5166 /* But do it only if the caller is actually going to read events. 5166 /* But do it only if the caller is actually going to read events.
5167 Otherwise there's no need to make him wake up, and it could 5167 Otherwise there's no need to make him wake up, and it could
5168 cause trouble (for example it would make Fsit_for return). */ 5168 cause trouble (for example it would make sit_for return). */
5169 if (waiting_for_user_input_p == -1) 5169 if (waiting_for_user_input_p == -1)
5170 record_asynch_buffer_change (); 5170 record_asynch_buffer_change ();
5171 5171
@@ -6612,7 +6612,7 @@ exec_sentinel (proc, reason)
6612#endif 6612#endif
6613 /* But do it only if the caller is actually going to read events. 6613 /* But do it only if the caller is actually going to read events.
6614 Otherwise there's no need to make him wake up, and it could 6614 Otherwise there's no need to make him wake up, and it could
6615 cause trouble (for example it would make Fsit_for return). */ 6615 cause trouble (for example it would make sit_for return). */
6616 if (waiting_for_user_input_p == -1) 6616 if (waiting_for_user_input_p == -1)
6617 record_asynch_buffer_change (); 6617 record_asynch_buffer_change ();
6618 6618