# HG changeset patch # User Chong Yidong # Date 1218210730 0 # Node ID 2a233b85cfc7659a185232dc7b36beb145a70d86 # Parent 842392852afcd073a9a8bc9e39ac9acc634cd704 Fix last change. diff -r 842392852afc -r 2a233b85cfc7 src/xdisp.c --- 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'