summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-09-20 08:46:32 +0000
committerMiles Bader <miles@gnu.org>2000-09-20 08:46:32 +0000
commit55a3d2a170ba11523c420853f19846771100b28a (patch)
tree5b309eaf90ee93343e84c7c0320a3283870f02b0 /lisp/faces.el
parent8cc4cac1977bde2560da3642c24e394b77e15b1b (diff)
(mode-line, tool-bar): Merge entries for `x' and `w32'.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index f290a815669..62c39dae4c4 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1516,10 +1516,7 @@ created."
(defface mode-line
- '((((type x) (class color))
- (:box (:line-width 2 :style released-button)
- :background "grey75" :foreground "black"))
- (((type w32) (class color))
+ '((((type x w32) (class color))
(:box (:line-width 2 :style released-button)
:background "grey75" :foreground "black"))
(t
@@ -1555,15 +1552,12 @@ created."
(defface tool-bar
- '((((type x) (class color))
+ '((((type x w32) (class color))
(:box (:line-width 1 :style released-button)
:background "grey75" :foreground "black"))
(((type x) (class mono))
(:box (:line-width 1 :style released-button)
:background "grey" :foreground "black"))
- (((type w32) (class color))
- (:box (:line-width 1 :style released-button)
- :background "grey75" :foreground "black"))
(t
()))
"Basic tool-bar face."