From: Chong Yidong Date: Fri, 8 Aug 2008 15:52:10 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-22.2.90~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad828eeb8524ee9a06bf12ad2f9c05d06c8aa5e4;p=emacs.git Fix last change. --- 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'