changeset 80694:2a233b85cfc7

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 08 Aug 2008 15:52:10 +0000
parents 842392852afc
children 61b1294ba30e
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Fri Aug 08 15:50:53 2008 +0000
+++ b/src/xdisp.c	Fri Aug 08 15:52:10 2008 +0000
@@ -6942,7 +6942,7 @@
       && 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'