(display_mode_lines): Fix last change.
This commit is contained in:
parent
2124dc82fe
commit
f87c0a98c7
1 changed files with 3 additions and 1 deletions
|
@ -13433,8 +13433,10 @@ display_mode_lines (w)
|
|||
|
||||
if (WINDOW_WANTS_MODELINE_P (w))
|
||||
{
|
||||
struct window *old_w = XWINDOW (old_selected_window);
|
||||
|
||||
/* Select mode line face based on the real selected window. */
|
||||
display_mode_line (w, CURRENT_MODE_LINE_FACE_ID (old_selected_window),
|
||||
display_mode_line (w, CURRENT_MODE_LINE_FACE_ID (old_w),
|
||||
current_buffer->mode_line_format);
|
||||
++n;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue