summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 12:03:12 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 12:03:12 +0000
commitb2327cef8f11664a9c4a26d8dcda4bf6633da8f9 (patch)
tree23e62263d80443a9f90a7acf367f50e1a3179c0e
parentc150bff0fee30c7e0cd1e1fe4b3cc80243045f24 (diff)
downloademacs-b2327cef8f11664a9c4a26d8dcda4bf6633da8f9.tar.gz
Use `color' instead of `editable-color'.
-rw-r--r--lisp/cus-face.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 9a823971ffd..3662f296baa 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -82,14 +82,14 @@ Control whether the text should be underlined.")
Control whether the text should be in inverse video.")
set-face-inverse-video-p
face-inverse-video-p)
- (:foreground (editable-color :tag "Foreground"
- :value "black"
- :help-echo "Set foreground color.")
+ (:foreground (color :tag "Foreground"
+ :value "black"
+ :help-echo "Set foreground color.")
set-face-foreground
face-foreground)
- (:background (editable-color :tag "Background"
- :value "white"
- :help-echo "Set background color.")
+ (:background (color :tag "Background"
+ :value "white"
+ :help-echo "Set background color.")
set-face-background
face-background)
(:stipple (editable-field :format "Stipple: %v"