emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]
Date: Fri, 08 Aug 2008 15:52:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      08/08/08 15:52:12

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1149.2.31
retrieving revision 1.1149.2.32
diff -u -b -r1.1149.2.31 -r1.1149.2.32
--- xdisp.c     8 Aug 2008 15:50:53 -0000       1.1149.2.31
+++ xdisp.c     8 Aug 2008 15:52:10 -0000       1.1149.2.32
@@ -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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]