From 337042a9b7ed68b0b6045280a1dfeca760920a95 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 11 Aug 1999 15:36:17 +0000 Subject: [PATCH] (get_overlay_arrow_glyph_row): Set the charpos of glyphs to -1. --- src/xdisp.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5