diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index 2281f1ce3f6..45bf6446644 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5158,7 +5158,7 @@ read_process_output (proc, channel) | |||
| 5158 | #endif | 5158 | #endif |
| 5159 | /* But do it only if the caller is actually going to read events. | 5159 | /* But do it only if the caller is actually going to read events. |
| 5160 | Otherwise there's no need to make him wake up, and it could | 5160 | Otherwise there's no need to make him wake up, and it could |
| 5161 | cause trouble (for example it would make Fsit_for return). */ | 5161 | cause trouble (for example it would make sit_for return). */ |
| 5162 | if (waiting_for_user_input_p == -1) | 5162 | if (waiting_for_user_input_p == -1) |
| 5163 | record_asynch_buffer_change (); | 5163 | record_asynch_buffer_change (); |
| 5164 | 5164 | ||
| @@ -6595,7 +6595,7 @@ exec_sentinel (proc, reason) | |||
| 6595 | #endif | 6595 | #endif |
| 6596 | /* But do it only if the caller is actually going to read events. | 6596 | /* But do it only if the caller is actually going to read events. |
| 6597 | Otherwise there's no need to make him wake up, and it could | 6597 | Otherwise there's no need to make him wake up, and it could |
| 6598 | cause trouble (for example it would make Fsit_for return). */ | 6598 | cause trouble (for example it would make sit_for return). */ |
| 6599 | if (waiting_for_user_input_p == -1) | 6599 | if (waiting_for_user_input_p == -1) |
| 6600 | record_asynch_buffer_change (); | 6600 | record_asynch_buffer_change (); |
| 6601 | 6601 | ||