diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
| 16088 | && it->glyph_row->displays_text_p | 16088 | && it->glyph_row->displays_text_p |
| 16089 | && face->box == FACE_NO_BOX | 16089 | && face->box == FACE_NO_BOX |
| 16090 | && face->background == FRAME_BACKGROUND_PIXEL (f) | 16090 | && face->background == FRAME_BACKGROUND_PIXEL (f) |
| 16091 | && !face->stipple | 16091 | && !face->stipple) |
| 16092 | && it->line_wrap != WORD_WRAP) | ||
| 16093 | return; | 16092 | return; |
| 16094 | 16093 | ||
| 16095 | /* Set the glyph row flag indicating that the face of the last glyph | 16094 | /* Set the glyph row flag indicating that the face of the last glyph |