diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 564084ec610..21c7a7cec03 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -136,7 +136,8 @@ Lisp_Object Qfile_name_handler_alist; | |||
| 136 | 136 | ||
| 137 | Lisp_Object Qrisky_local_variable; | 137 | Lisp_Object Qrisky_local_variable; |
| 138 | 138 | ||
| 139 | Lisp_Object Qkill_emacs, Qkill_emacs_hook; | 139 | Lisp_Object Qkill_emacs; |
| 140 | static Lisp_Object Qkill_emacs_hook; | ||
| 140 | 141 | ||
| 141 | /* If true, Emacs should not attempt to use a window-specific code, | 142 | /* If true, Emacs should not attempt to use a window-specific code, |
| 142 | but instead should use the virtual terminal under which it was started. */ | 143 | but instead should use the virtual terminal under which it was started. */ |