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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Thu, 26 Jun 2008 21:37:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/06/26 21:37:43

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1224
retrieving revision 1.1225
diff -u -b -r1.1224 -r1.1225
--- xdisp.c     26 Jun 2008 07:25:05 -0000      1.1224
+++ xdisp.c     26 Jun 2008 21:37:42 -0000      1.1225
@@ -16088,8 +16088,7 @@
       && it->glyph_row->displays_text_p
       && face->box == FACE_NO_BOX
       && face->background == FRAME_BACKGROUND_PIXEL (f)
-      && !face->stipple
-      && it->line_wrap != WORD_WRAP)
+      && !face->stipple)
     return;
 
   /* Set the glyph row flag indicating that the face of the last glyph




reply via email to

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