summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-10-25 18:45:11 +0000
committerJason Rumney <jasonr@gnu.org>2000-10-25 18:45:11 +0000
commit3060662ffbcd0ac6a8b275138bfe13389336750b (patch)
treeb104eb3235d62bf0f0a89bd3222d93727c7425e3 /lisp/cus-edit.el
parent17c25cea2167018dd1d3998117ba971c2c0cc677 (diff)
downloademacs-3060662ffbcd0ac6a8b275138bfe13389336750b.tar.gz
(custom-button-face, custom-button-pressed-face): Merge x w32 and mac
definitions.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el16
1 files changed, 2 insertions, 14 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9dc8ef02a13..0f697e10502 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1705,13 +1705,7 @@ and `face'."
;;; The `custom' Widget.
(defface custom-button-face
- '((((type x) (class color)) ; Like default modeline
- (:box (:line-width 2 :style released-button)
- :background "lightgrey" :foreground "black"))
- (((type w32) (class color)) ; Like default modeline
- (:box (:line-width 2 :style released-button)
- :background "lightgrey" :foreground "black"))
- (((type mac) (class color)) ; Like default modeline
+ '((((type x w32 mac) (class color)) ; Like default modeline
(:box (:line-width 2 :style released-button)
:background "lightgrey" :foreground "black"))
(t
@@ -1721,13 +1715,7 @@ and `face'."
:group 'custom-faces)
(defface custom-button-pressed-face
- '((((type x) (class color))
- (:box (:line-width 2 :style pressed-button)
- :background "lightgrey" :foreground "black"))
- (((type w32) (class color))
- (:box (:line-width 2 :style pressed-button)
- :background "lightgrey" :foreground "black"))
- (((type mac) (class color))
+ '((((type x w32 mac) (class color))
(:box (:line-width 2 :style pressed-button)
:background "lightgrey" :foreground "black"))
(t