aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorPaul Eggert2012-07-12 20:50:58 -0700
committerPaul Eggert2012-07-12 20:50:58 -0700
commit1a95276708930fe579fff152c590df875c29570e (patch)
treeff7f9bba778abb2cb9817876a3871255695cb8ab /src/xdisp.c
parent32fb4bb69b61a2ef5b1d5d1e17e6915ba5d23e5b (diff)
downloademacs-1a95276708930fe579fff152c590df875c29570e.tar.gz
emacs-1a95276708930fe579fff152c590df875c29570e.zip
* xdisp.c (produce_special_glyphs): Now static.
* dispextern.h (produce_special_glyphs): Remove decl.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index a03de37dba9..4fa3c375ea7 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -951,6 +951,7 @@ static void append_stretch_glyph (struct it *, Lisp_Object,
951 951
952#endif /* HAVE_WINDOW_SYSTEM */ 952#endif /* HAVE_WINDOW_SYSTEM */
953 953
954static void produce_special_glyphs (struct it *, enum display_element_type);
954static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face); 955static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face);
955static int coords_in_mouse_face_p (struct window *, int, int); 956static int coords_in_mouse_face_p (struct window *, int, int);
956 957
@@ -24179,7 +24180,7 @@ produce_stretch_glyph (struct it *it)
24179 non-null glyph_row member. This function ensures that fields like 24180 non-null glyph_row member. This function ensures that fields like
24180 face_id, c, len of IT are left untouched. */ 24181 face_id, c, len of IT are left untouched. */
24181 24182
24182void 24183static void
24183produce_special_glyphs (struct it *it, enum display_element_type what) 24184produce_special_glyphs (struct it *it, enum display_element_type what)
24184{ 24185{
24185 struct it temp_it; 24186 struct it temp_it;