From 593a5f2efdac581be0964c0eb8583dde2b661173 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Jan 2013 23:48:59 -0800 Subject: [PATCH] * emacs.c (Qkill_emacs_hook): Now static. --- src/ChangeLog | 2 ++ src/emacs.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 57e024757ec..a06f9e2fcd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2013-01-22 Paul Eggert + * emacs.c (Qkill_emacs_hook): Now static. + * fileio.c (Finsert_file_contents): Simplify. Remove unnecessary assignments and tests. diff --git a/src/emacs.c b/src/emacs.c index b7888d343f1..597fb2daf95 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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. */ -- 2.39.2