emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Sat, 09 Feb 2002 04:20:36 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.124 emacs/src/dispextern.h:1.125
*** emacs/src/dispextern.h:1.124        Fri Feb  8 18:48:50 2002
--- emacs/src/dispextern.h      Sat Feb  9 04:20:35 2002
***************
*** 927,933 ****
     This depends on whether the window is selected or not.  */
  
  #define CURRENT_MODE_LINE_FACE_ID(W)          \
!      ((W) == selected_window                  \
        ? MODE_LINE_FACE_ID                     \
        : MODE_LINE_INACTIVE_FACE_ID)
  
--- 927,933 ----
     This depends on whether the window is selected or not.  */
  
  #define CURRENT_MODE_LINE_FACE_ID(W)          \
!      ((W) == XWINDOW (selected_window)                \
        ? MODE_LINE_FACE_ID                     \
        : MODE_LINE_INACTIVE_FACE_ID)
  



reply via email to

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