diff --git a/src/xdisp.c b/src/xdisp.c index 4aa0634e41a..131ce4b04d9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18732,6 +18732,7 @@ fill_stretch_glyph_string (s, row, area, start, end) s->font = s->face->font; s->font_info = FONT_INFO_FROM_ID (s->f, s->face->font_info_id); s->width = glyph->pixel_width; + s->nchars = 1; voffset = glyph->voffset; for (++glyph;