diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index a5d2f619b8c..4c8d3298495 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -154,6 +154,8 @@ Lisp_Object Qfile_name_handler_alist; | |||
| 154 | 154 | ||
| 155 | Lisp_Object Qrisky_local_variable; | 155 | Lisp_Object Qrisky_local_variable; |
| 156 | 156 | ||
| 157 | Lisp_Object Qkill_emacs; | ||
| 158 | |||
| 157 | /* If non-zero, Emacs should not attempt to use a window-specific code, | 159 | /* If non-zero, Emacs should not attempt to use a window-specific code, |
| 158 | but instead should use the virtual terminal under which it was started. */ | 160 | but instead should use the virtual terminal under which it was started. */ |
| 159 | int inhibit_window_system; | 161 | int inhibit_window_system; |
| @@ -2399,6 +2401,7 @@ syms_of_emacs (void) | |||
| 2399 | { | 2401 | { |
| 2400 | DEFSYM (Qfile_name_handler_alist, "file-name-handler-alist"); | 2402 | DEFSYM (Qfile_name_handler_alist, "file-name-handler-alist"); |
| 2401 | DEFSYM (Qrisky_local_variable, "risky-local-variable"); | 2403 | DEFSYM (Qrisky_local_variable, "risky-local-variable"); |
| 2404 | DEFSYM (Qkill_emacs, "kill-emacs"); | ||
| 2402 | 2405 | ||
| 2403 | #ifndef CANNOT_DUMP | 2406 | #ifndef CANNOT_DUMP |
| 2404 | defsubr (&Sdump_emacs); | 2407 | defsubr (&Sdump_emacs); |