aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-02-20 05:01:03 +0000
committerKenichi Handa2006-02-20 05:01:03 +0000
commit81a17683620b3efc785bb70d20b2554e10c7e39d (patch)
tree43006b99d705f911e488ed865cc524fdaed2b766 /src
parent5b203baab7d335c2283fdf222adaadf07667c844 (diff)
downloademacs-81a17683620b3efc785bb70d20b2554e10c7e39d.tar.gz
emacs-81a17683620b3efc785bb70d20b2554e10c7e39d.zip
(draw_glyphs): Fix inclusion of right_overwriting
glyphs.
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)