aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index a8b8315e251..950ec6c57b2 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -16125,7 +16125,7 @@ are the selected window and the window's buffer). */)
16125 { 16125 {
16126 if (EQ (face, Qt)) 16126 if (EQ (face, Qt))
16127 face = (EQ (window, selected_window) ? Qmode_line : Qmode_line_inactive); 16127 face = (EQ (window, selected_window) ? Qmode_line : Qmode_line_inactive);
16128 face_id = lookup_named_face (XFRAME (WINDOW_FRAME (w)), face, 0, 0); 16128 face_id = lookup_named_face (XFRAME (WINDOW_FRAME (w)), face, 0);
16129 } 16129 }
16130 16130
16131 if (face_id < 0) 16131 if (face_id < 0)