aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f65c3ebcd2f..327e8a183b1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -27706,6 +27706,7 @@ fill_gstring_glyph_string (struct glyph_string *s, int face_id,
27706 while (glyph < last 27706 while (glyph < last
27707 && glyph->u.cmp.automatic 27707 && glyph->u.cmp.automatic
27708 && glyph->u.cmp.id == s->cmp_id 27708 && glyph->u.cmp.id == s->cmp_id
27709 && glyph->face_id == face_id
27709 && s->cmp_to == glyph->slice.cmp.from) 27710 && s->cmp_to == glyph->slice.cmp.from)
27710 { 27711 {
27711 s->width += glyph->pixel_width; 27712 s->width += glyph->pixel_width;