diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 3 |
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 | ||
| 954 | static void produce_special_glyphs (struct it *, enum display_element_type); | ||
| 954 | static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face); | 955 | static void show_mouse_face (Mouse_HLInfo *, enum draw_glyphs_face); |
| 955 | static int coords_in_mouse_face_p (struct window *, int, int); | 956 | static 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 | ||
| 24182 | void | 24183 | static void |
| 24183 | produce_special_glyphs (struct it *it, enum display_element_type what) | 24184 | produce_special_glyphs (struct it *it, enum display_element_type what) |
| 24184 | { | 24185 | { |
| 24185 | struct it temp_it; | 24186 | struct it temp_it; |