(extend_face_to_end_of_line): Fix last change.
This commit is contained in:
parent
1f8ad7194a
commit
ec06f5c9a0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue