emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109973: * xdisp.c (Qinhibit_debug_on


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109973: * xdisp.c (Qinhibit_debug_on_message): Now static.
Date: Mon, 10 Sep 2012 18:20:56 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109973
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2012-09-10 18:20:56 -0700
message:
  * xdisp.c (Qinhibit_debug_on_message): Now static.
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-10 21:01:45 +0000
+++ b/src/ChangeLog     2012-09-11 01:20:56 +0000
@@ -1,3 +1,7 @@
+2012-09-11  Paul Eggert  <address@hidden>
+
+       * xdisp.c (Qinhibit_debug_on_message): Now static.
+
 2012-09-10  Jan Djärv  <address@hidden>
 
        * nsterm.m (ns_update_begin): Set clip path to whole view by using

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2012-09-05 03:37:32 +0000
+++ b/src/xdisp.c       2012-09-11 01:20:56 +0000
@@ -364,7 +364,7 @@
 Lisp_Object Qcenter;
 static Lisp_Object Qmargin, Qpointer;
 static Lisp_Object Qline_height;
-Lisp_Object Qinhibit_debug_on_message;
+static Lisp_Object Qinhibit_debug_on_message;
 
 /* These setters are used only in this file, so they can be private.  */
 static inline void


reply via email to

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