]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Aug 2008 15:52:10 +0000 (15:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Aug 2008 15:52:10 +0000 (15:52 +0000)
src/xdisp.c

index 6eca10a10e7dd19de4a06506ecfc38b494f9eb07..05fd0768bcceb832e1d0b43470b52d87ec655b74 100644 (file)
@@ -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'