diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index a09929fa440..9697e49f09f 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -140,7 +140,6 @@ struct thread_state | |||
| 140 | for user-input when that process-filter was called. | 140 | for user-input when that process-filter was called. |
| 141 | waiting_for_input cannot be used as that is by definition 0 when | 141 | waiting_for_input cannot be used as that is by definition 0 when |
| 142 | lisp code is being evalled. | 142 | lisp code is being evalled. |
| 143 | This is also used in record_asynch_buffer_change. | ||
| 144 | For that purpose, this must be 0 | 143 | For that purpose, this must be 0 |
| 145 | when not inside wait_reading_process_output. */ | 144 | when not inside wait_reading_process_output. */ |
| 146 | int m_waiting_for_user_input_p; | 145 | int m_waiting_for_user_input_p; |