diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2a1374bc233..d09c3c36c8a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -148,13 +148,6 @@ static bool malloc_using_checking; | |||
| 148 | extern void malloc_enable_thread (void); | 148 | extern void malloc_enable_thread (void); |
| 149 | #endif | 149 | #endif |
| 150 | 150 | ||
| 151 | Lisp_Object Qfile_name_handler_alist; | ||
| 152 | |||
| 153 | Lisp_Object Qrisky_local_variable; | ||
| 154 | |||
| 155 | Lisp_Object Qkill_emacs; | ||
| 156 | static Lisp_Object Qkill_emacs_hook; | ||
| 157 | |||
| 158 | /* If true, Emacs should not attempt to use a window-specific code, | 151 | /* If true, Emacs should not attempt to use a window-specific code, |
| 159 | but instead should use the virtual terminal under which it was started. */ | 152 | but instead should use the virtual terminal under which it was started. */ |
| 160 | bool inhibit_window_system; | 153 | bool inhibit_window_system; |
| @@ -1913,7 +1906,7 @@ all of which are called before Emacs is actually killed. */) | |||
| 1913 | /* Fsignal calls emacs_abort () if it sees that waiting_for_input is | 1906 | /* Fsignal calls emacs_abort () if it sees that waiting_for_input is |
| 1914 | set. */ | 1907 | set. */ |
| 1915 | waiting_for_input = 0; | 1908 | waiting_for_input = 0; |
| 1916 | Frun_hooks (1, &Qkill_emacs_hook); | 1909 | run_hook (Qkill_emacs_hook); |
| 1917 | UNGCPRO; | 1910 | UNGCPRO; |
| 1918 | 1911 | ||
| 1919 | #ifdef HAVE_X_WINDOWS | 1912 | #ifdef HAVE_X_WINDOWS |