* dispextern.h (produce_special_glyphs): Remove decl.
+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.
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
#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);
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;