diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index cbd61126a74..223eb4df564 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -5166,7 +5166,7 @@ extern void *w32_daemon_event; | |||
| 5166 | /* True if handling a fatal error already. */ | 5166 | /* True if handling a fatal error already. */ |
| 5167 | extern bool fatal_error_in_progress; | 5167 | extern bool fatal_error_in_progress; |
| 5168 | 5168 | ||
| 5169 | /* True means don't do use window-system-specific display code. */ | 5169 | /* True means don't use window-system-specific display code. */ |
| 5170 | extern bool inhibit_window_system; | 5170 | extern bool inhibit_window_system; |
| 5171 | /* True means that a filter or a sentinel is running. */ | 5171 | /* True means that a filter or a sentinel is running. */ |
| 5172 | extern bool running_asynch_code; | 5172 | extern bool running_asynch_code; |