Mercurial > emacs
changeset 31756:095cc7f7e024
(mode-line, tool-bar): Merge entries for `x' and `w32'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 20 Sep 2000 08:45:34 +0000 |
parents | e3d01cb9b018 |
children | 7174724c2882 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Wed Sep 20 08:44:46 2000 +0000 +++ b/lisp/faces.el Wed Sep 20 08:45:34 2000 +0000 @@ -1516,10 +1516,7 @@ (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 @@ (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."