]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_overlay_arrow_glyph_row): Set the charpos of
authorGerd Moellmann <gerd@gnu.org>
Wed, 11 Aug 1999 15:36:17 +0000 (15:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 11 Aug 1999 15:36:17 +0000 (15:36 +0000)
glyphs to -1.

src/xdisp.c

index ed5b22c879737da0ffffca4a078505cb23fbcfee..9fcead69e7e896a1b7831793de38a4231f86b154 100644 (file)
@@ -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