emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111581: * emacs.c (Qkill_emacs_hook)


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111581: * emacs.c (Qkill_emacs_hook): Now static.
Date: Mon, 21 Jan 2013 23:48:59 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111581
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-01-21 23:48:59 -0800
message:
  * emacs.c (Qkill_emacs_hook): Now static.
modified:
  src/ChangeLog
  src/emacs.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-01-22 06:10:20 +0000
+++ b/src/ChangeLog     2013-01-22 07:48:59 +0000
@@ -1,5 +1,7 @@
 2013-01-22  Paul Eggert  <address@hidden>
 
+       * emacs.c (Qkill_emacs_hook): Now static.
+
        * fileio.c (Finsert_file_contents): Simplify.
        Remove unnecessary assignments and tests.
 

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2013-01-19 08:49:17 +0000
+++ b/src/emacs.c       2013-01-22 07:48:59 +0000
@@ -133,7 +133,8 @@
 
 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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]