aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xdisp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 1eec08d951d..518d823ca9a 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -21598,12 +21598,14 @@ extend_face_to_end_of_line (struct it *it)
21598 || WINDOW_RIGHT_MARGIN_WIDTH (it->w) > 0)) 21598 || WINDOW_RIGHT_MARGIN_WIDTH (it->w) > 0))
21599 return; 21599 return;
21600 21600
21601 /* Face extension extends the background and box of IT->face_id 21601 handle_face_prop_general (it, LFACE_EXTEND_INDEX);
21602
21603 /* Face extension extends the background and box of IT->extend_face_id
21602 to the end of the line. If the background equals the background 21604 to the end of the line. If the background equals the background
21603 of the frame, we don't have to do anything. */ 21605 of the frame, we don't have to do anything. */
21604 face = FACE_FROM_ID (f, (it->face_before_selective_p 21606 face = FACE_FROM_ID (f, (it->face_before_selective_p
21605 ? it->saved_face_id 21607 ? it->saved_face_id
21606 : it->face_id)); 21608 : it->extend_face_id));
21607 21609
21608 if (FRAME_WINDOW_P (f) 21610 if (FRAME_WINDOW_P (f)
21609 && MATRIX_ROW_DISPLAYS_TEXT_P (it->glyph_row) 21611 && MATRIX_ROW_DISPLAYS_TEXT_P (it->glyph_row)