aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-11 15:36:17 +0000
committerGerd Moellmann1999-08-11 15:36:17 +0000
commit337042a9b7ed68b0b6045280a1dfeca760920a95 (patch)
tree3b1bd4b7f99e39b56520eb770b65106adfe101a1 /src
parent7085174642ca97284ae7dabaf20d501f93ae88b2 (diff)
downloademacs-337042a9b7ed68b0b6045280a1dfeca760920a95.tar.gz
emacs-337042a9b7ed68b0b6045280a1dfeca760920a95.zip
(get_overlay_arrow_glyph_row): Set the charpos of
glyphs to -1.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
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)
9840 9840
9841 /* Compute its width, get its glyphs. */ 9841 /* Compute its width, get its glyphs. */
9842 n_glyphs_before = it.glyph_row->used[TEXT_AREA]; 9842 n_glyphs_before = it.glyph_row->used[TEXT_AREA];
9843 SET_TEXT_POS (it.position, -1, -1);
9843 PRODUCE_GLYPHS (&it); 9844 PRODUCE_GLYPHS (&it);
9844 9845
9845 /* If this character doesn't fit any more in the line, we have 9846 /* If this character doesn't fit any more in the line, we have