aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-17 18:21:59 +0000
committerEli Zaretskii2002-02-17 18:21:59 +0000
commit9ef4c8ea419653295aa52ac836623b57fb21340d (patch)
tree9d0d7914bd1c0ba01c269b20e1a77c53ce716843 /lisp/faces.el
parentc484a3a28074c4564e342440f148a7abafc37ba3 (diff)
downloademacs-9ef4c8ea419653295aa52ac836623b57fb21340d.tar.gz
emacs-9ef4c8ea419653295aa52ac836623b57fb21340d.zip
(mode-line-inactive, header-line): Add the :inherit
attribute for the tty case.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index be8f6e601e3..9e2d35016cb 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1725,6 +1725,7 @@ created."
1725 :box (:line-width -1 :color "grey40" :style nil) 1725 :box (:line-width -1 :color "grey40" :style nil)
1726 :foreground "grey80" :background "grey30") 1726 :foreground "grey80" :background "grey30")
1727 (t 1727 (t
1728 :inherit mode-line
1728 :inverse-video t)) 1729 :inverse-video t))
1729 "Basic mode line face for non-selected windows." 1730 "Basic mode line face for non-selected windows."
1730 :version "21.2" 1731 :version "21.2"
@@ -1746,6 +1747,7 @@ created."
1746 ;; highlighting; this may be too confusing in general, although it 1747 ;; highlighting; this may be too confusing in general, although it
1747 ;; happens to look good with the only current use of header-lines, 1748 ;; happens to look good with the only current use of header-lines,
1748 ;; the info browser. XXX 1749 ;; the info browser. XXX
1750 :inherit mode-line
1749 :underline t) 1751 :underline t)
1750 (((class color grayscale) (background light)) 1752 (((class color grayscale) (background light))
1751 :inherit mode-line 1753 :inherit mode-line