diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 90c36e495a2..3eed31a84d9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13433,10 +13433,10 @@ display_mode_lines (w) | |||
| 13433 | 13433 | ||
| 13434 | if (WINDOW_WANTS_MODELINE_P (w)) | 13434 | if (WINDOW_WANTS_MODELINE_P (w)) |
| 13435 | { | 13435 | { |
| 13436 | struct window *old_w = XWINDOW (old_selected_window); | 13436 | struct window *sel_w = XWINDOW (old_selected_window); |
| 13437 | 13437 | ||
| 13438 | /* Select mode line face based on the real selected window. */ | 13438 | /* Select mode line face based on the real selected window. */ |
| 13439 | display_mode_line (w, CURRENT_MODE_LINE_FACE_ID (old_w), | 13439 | display_mode_line (w, CURRENT_MODE_LINE_FACE_ID_3 (sel_w, sel_w, w), |
| 13440 | current_buffer->mode_line_format); | 13440 | current_buffer->mode_line_format); |
| 13441 | ++n; | 13441 | ++n; |
| 13442 | } | 13442 | } |