]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (produce_special_glyphs): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Jul 2012 03:50:58 +0000 (20:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Jul 2012 03:50:58 +0000 (20:50 -0700)
* dispextern.h (produce_special_glyphs): Remove decl.

src/ChangeLog
src/dispextern.h
src/xdisp.c

index 5d19ea0c7822a09c0f0f8e05b8ecf7c9215b9834..0ce8839c405b9d122718ccc4f6b8a783ff808e54 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xdisp.c (produce_special_glyphs): Now static.
+       * dispextern.h (produce_special_glyphs): Remove decl.
+
 2012-07-13  Glenn Morris  <rgm@gnu.org>
 
        * s/bsd-common, s/cygwin.h: Remove empty files.
index b08d6107b80bf55c8f82a34e45a6744420c660a7..5bdf943466b87c206f86f15c471872724fa37e84 100644 (file)
@@ -3065,7 +3065,6 @@ extern ptrdiff_t compute_display_string_pos (struct text_pos *,
 extern ptrdiff_t compute_display_string_end (ptrdiff_t,
                                             struct bidi_string_data *);
 extern void produce_stretch_glyph (struct it *);
-extern void produce_special_glyphs (struct it *, enum display_element_type);
 
 #ifdef HAVE_WINDOW_SYSTEM
 
index a03de37dba97f6040028cc76582ed8bbf01f5def..4fa3c375ea78c60b3c89b37ded99971c5907a11e 100644 (file)
@@ -951,6 +951,7 @@ static void append_stretch_glyph (struct it *, Lisp_Object,
 
 #endif /* HAVE_WINDOW_SYSTEM */
 
+static void produce_special_glyphs (struct it *, enum display_element_type);
 static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face);
 static int coords_in_mouse_face_p (struct window *, int, int);
 
@@ -24179,7 +24180,7 @@ produce_stretch_glyph (struct it *it)
    non-null glyph_row member.  This function ensures that fields like
    face_id, c, len of IT are left untouched.  */
 
-void
+static void
 produce_special_glyphs (struct it *it, enum display_element_type what)
 {
   struct it temp_it;