diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 285911bf15d..3f9420f2d0a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -874,7 +874,7 @@ syms_of_emacs () | |||
| 874 | "Hook to be run whenever kill-emacs is called.\n\ | 874 | "Hook to be run whenever kill-emacs is called.\n\ |
| 875 | Since kill-emacs may be invoked when the terminal is disconnected (or\n\ | 875 | Since kill-emacs may be invoked when the terminal is disconnected (or\n\ |
| 876 | in other similar situations), functions placed on this hook should not\n\ | 876 | in other similar situations), functions placed on this hook should not\n\ |
| 877 | not expect to be able to interact with the user."); | 877 | expect to be able to interact with the user."); |
| 878 | Vkill_emacs_hook = Qnil; | 878 | Vkill_emacs_hook = Qnil; |
| 879 | 879 | ||
| 880 | DEFVAR_INT ("emacs-priority", &emacs_priority, | 880 | DEFVAR_INT ("emacs-priority", &emacs_priority, |