From: Chong Yidong Date: Thu, 26 Jun 2008 21:37:42 +0000 (+0000) Subject: (extend_face_to_end_of_line): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~4453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec06f5c9a0d4fc01c3af9e14add64bb09f977fb6;p=emacs.git (extend_face_to_end_of_line): Fix last change. --- diff --git a/src/xdisp.c b/src/xdisp.c index 430298aa444..1527ba096d9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -16088,8 +16088,7 @@ extend_face_to_end_of_line (it) && 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