emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113867: * xdisp.c (cursor_type_changed): Now static


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113867: * xdisp.c (cursor_type_changed): Now static.
Date: Wed, 14 Aug 2013 07:06:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113867
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-08-14 00:05:54 -0700
message:
  * xdisp.c (cursor_type_changed): Now static.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/window.h                   window.h-20091113204419-o5vbwnq5f7feedwu-271
  src/xdisp.c                    xdisp.c-20091113204419-o5vbwnq5f7feedwu-240
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-14 07:00:25 +0000
+++ b/src/ChangeLog     2013-08-14 07:05:54 +0000
@@ -1,5 +1,7 @@
 2013-08-14  Paul Eggert  <address@hidden>
 
+       * xdisp.c (cursor_type_changed): Now static.
+
        * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
        Use changed.  This avoids the need to call xmalloc and for the
        caller to call xfree, and avoids memory leaks in some situations.

=== modified file 'src/window.h'
--- a/src/window.h      2013-08-14 05:41:48 +0000
+++ b/src/window.h      2013-08-14 07:05:54 +0000
@@ -906,10 +906,6 @@
 
 extern int windows_or_buffers_changed;
 
-/* Nonzero means a frame's cursor type has been changed.  */
-
-extern int cursor_type_changed;
-
 /* If *ROWS or *COLS are too small a size for FRAME, set them to the
    minimum allowable size.  */
 

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2013-08-14 06:06:56 +0000
+++ b/src/xdisp.c       2013-08-14 07:05:54 +0000
@@ -524,7 +524,7 @@
 
 /* Nonzero means a frame's cursor type has been changed.  */
 
-int cursor_type_changed;
+static int cursor_type_changed;
 
 /* Nonzero after display_mode_line if %l was used and it displayed a
    line number.  */


reply via email to

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