* emacs.c (Qkill_emacs_hook): Now static.
This commit is contained in:
parent
b41b8a7eff
commit
593a5f2efd
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* emacs.c (Qkill_emacs_hook): Now static.
|
||||
|
||||
* fileio.c (Finsert_file_contents): Simplify.
|
||||
Remove unnecessary assignments and tests.
|
||||
|
||||
|
|
|
@ -133,7 +133,8 @@ Lisp_Object Qfile_name_handler_alist;
|
|||
|
||||
Lisp_Object Qrisky_local_variable;
|
||||
|
||||
Lisp_Object Qkill_emacs, Qkill_emacs_hook;
|
||||
Lisp_Object Qkill_emacs;
|
||||
static Lisp_Object Qkill_emacs_hook;
|
||||
|
||||
/* If true, Emacs should not attempt to use a window-specific code,
|
||||
but instead should use the virtual terminal under which it was started. */
|
||||
|
|
Loading…
Add table
Reference in a new issue