Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
829d872b
Commit
829d872b
authored
Mar 05, 1994
by
Richard M. Stallman
Browse files
(shut_down_emacs): Set Vrun_hooks to nil.
parent
012d4cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/emacs.c
src/emacs.c
+3
-0
No files found.
src/emacs.c
View file @
829d872b
...
...
@@ -821,6 +821,9 @@ shut_down_emacs (sig, no_x, stuff)
int
sig
,
no_x
;
Lisp_Object
stuff
;
{
/* Prevent running of hooks from now on. */
Vrun_hooks
=
Qnil
;
/* If we are controlling the terminal, reset terminal modes */
#ifdef EMACS_HAVE_TTY_PGRP
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment