aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 6e945ed114b..1b198df4076 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -3876,7 +3876,7 @@ init_from_display_pos (struct it *it, struct window *w, struct display_pos *pos)
3876 if (in_ellipses_for_invisible_text_p (pos, w)) 3876 if (in_ellipses_for_invisible_text_p (pos, w))
3877 { 3877 {
3878 --charpos; 3878 --charpos;
3879 bytepos = 0; 3879 bytepos = BYTE_TO_CHAR (charpos);
3880 } 3880 }
3881 3881
3882 /* Keep in mind: the call to reseat in init_iterator skips invisible 3882 /* Keep in mind: the call to reseat in init_iterator skips invisible