diff options
| author | Kenichi Handa | 2006-02-20 05:01:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-02-20 05:01:03 +0000 |
| commit | 81a17683620b3efc785bb70d20b2554e10c7e39d (patch) | |
| tree | 43006b99d705f911e488ed865cc524fdaed2b766 /src | |
| parent | 5b203baab7d335c2283fdf222adaadf07667c844 (diff) | |
| download | emacs-81a17683620b3efc785bb70d20b2554e10c7e39d.tar.gz emacs-81a17683620b3efc785bb70d20b2554e10c7e39d.zip | |
(draw_glyphs): Fix inclusion of right_overwriting
glyphs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
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) |