aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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