diff options
-rw-r--r-- | src/xdisp.c | 2 |
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) if (in_ellipses_for_invisible_text_p (pos, w)) { --charpos; - bytepos = 0; + bytepos = BYTE_TO_CHAR (charpos); } /* Keep in mind: the call to reseat in init_iterator skips invisible |