emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 11 Feb 2002 09:43:47 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.725 emacs/src/xdisp.c:1.726
*** emacs/src/xdisp.c:1.725     Sat Feb  9 04:21:17 2002
--- emacs/src/xdisp.c   Mon Feb 11 09:43:46 2002
***************
*** 13433,13442 ****
  
    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_w),
                         current_buffer->mode_line_format);
        ++n;
      }
--- 13433,13442 ----
  
    if (WINDOW_WANTS_MODELINE_P (w))
      {
!       struct window *sel_w = XWINDOW (old_selected_window);
  
        /* Select mode line face based on the real selected window.  */
!       display_mode_line (w, CURRENT_MODE_LINE_FACE_ID_3 (sel_w, sel_w, w),
                         current_buffer->mode_line_format);
        ++n;
      }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]