From ad828eeb8524ee9a06bf12ad2f9c05d06c8aa5e4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 8 Aug 2008 15:52:10 +0000 Subject: [PATCH] Fix last change. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 6eca10a10e7..05fd0768bcc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -6942,7 +6942,7 @@ move_it_to (it, to_charpos, to_x, to_y, to_vpos, op) && IT_CHARPOS (*it) == to_charpos && it->what == IT_CHARACTER && it->nglyphs > 1 - && it->line_wrap == WINDOW_WRAP + && !it->truncate_lines_p && it->current_x == it->last_visible_x - 1 && it->c != '\n' && it->c != '\t' -- 2.39.5