* xdisp.c (produce_special_glyphs): Now static.

* dispextern.h (produce_special_glyphs): Remove decl.
This commit is contained in:
Paul Eggert 2012-07-12 20:50:58 -07:00
parent 32fb4bb69b
commit 1a95276708
3 changed files with 7 additions and 2 deletions

View 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.

View 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

View 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;