emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Sun, 17 Feb 2002 13:18:17 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.254 emacs/lisp/faces.el:1.255
*** emacs/lisp/faces.el:1.254   Mon Feb 11 21:59:05 2002
--- emacs/lisp/faces.el Sun Feb 17 13:18:17 2002
***************
*** 1725,1730 ****
--- 1725,1731 ----
       :box (:line-width -1 :color "grey40" :style nil)
       :foreground "grey80" :background "grey30")
      (t
+      :inherit mode-line
       :inverse-video t))
    "Basic mode line face for non-selected windows."
    :version "21.2"
***************
*** 1746,1751 ****
--- 1747,1753 ----
       ;; highlighting; this may be too confusing in general, although it
       ;; happens to look good with the only current use of header-lines,
       ;; the info browser. XXX
+      :inherit mode-line
       :underline t)
      (((class color grayscale) (background light))
       :inherit mode-line



reply via email to

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