From: Gerd Moellmann Date: Wed, 11 Aug 1999 15:36:17 +0000 (+0000) Subject: (get_overlay_arrow_glyph_row): Set the charpos of X-Git-Tag: emacs-pretest-21.0.90~7198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=337042a9b7ed68b0b6045280a1dfeca760920a95;p=emacs.git (get_overlay_arrow_glyph_row): Set the charpos of glyphs to -1. --- diff --git a/src/xdisp.c b/src/xdisp.c index ed5b22c8797..9fcead69e7e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -9840,6 +9840,7 @@ get_overlay_arrow_glyph_row (w) /* Compute its width, get its glyphs. */ n_glyphs_before = it.glyph_row->used[TEXT_AREA]; + SET_TEXT_POS (it.position, -1, -1); PRODUCE_GLYPHS (&it); /* If this character doesn't fit any more in the line, we have