]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (cursor_type_changed): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Aug 2013 07:05:54 +0000 (00:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Aug 2013 07:05:54 +0000 (00:05 -0700)
src/ChangeLog
src/window.h
src/xdisp.c

index 30a3dc3462b5736ef5060463d02c9c16a303c41d..a120cf1b182824b9941452edfdfb68845f35bffc 100644 (file)
@@ -1,5 +1,7 @@
 2013-08-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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.
index 585697f080503c287166b6a3dfe56a312e1e40d3..c64641825e3838edcb3cf9efacba2b9ce6340a39 100644 (file)
@@ -906,10 +906,6 @@ extern int update_mode_lines;
 
 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.  */
 
index b8520e363443246d71c9321814acccb9fd78ba70..82b528cdafd804a81ec3803e459824d5bafa549b 100644 (file)
@@ -524,7 +524,7 @@ int windows_or_buffers_changed;
 
 /* 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.  */