# HG changeset patch # User Gerd Moellmann # Date 934385777 0 # Node ID d74ff22998b4c06fb3f6b8ccc9c42b3ea80ae739 # Parent 28067247ff9048b8d33e9b4bb56f5b9bf6571cf0 (get_overlay_arrow_glyph_row): Set the charpos of glyphs to -1. diff -r 28067247ff90 -r d74ff22998b4 src/xdisp.c --- a/src/xdisp.c Wed Aug 11 11:50:20 1999 +0000 +++ b/src/xdisp.c Wed Aug 11 15:36:17 1999 +0000 @@ -9840,6 +9840,7 @@ /* 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