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 ef3e93a864f..bdef9cd448f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -19329,6 +19329,7 @@ draw_glyphs (w, x, row, area, start, end, hl, overlaps)
19329 if (i >= 0) 19329 if (i >= 0)
19330 { 19330 {
19331 clip_tail = tail; 19331 clip_tail = tail;
19332 i++; /* We must include the Ith glyph. */
19332 BUILD_GLYPH_STRINGS (end, i, h, t, 19333 BUILD_GLYPH_STRINGS (end, i, h, t,
19333 DRAW_NORMAL_TEXT, x, last_x); 19334 DRAW_NORMAL_TEXT, x, last_x);
19334 for (s = h; s; s = s->next) 19335 for (s = h; s; s = s->next)