diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-07-04 12:03:12 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-07-04 12:03:12 +0000 |
commit | 06382f34df4da68f7e696066468dd3f335c4d0df (patch) | |
tree | 68285f48c1b5aaec887fdae7ccca5b777fd7b4e8 | |
parent | 62f44662538ae73558d921812efa85599272a12a (diff) | |
download | emacs-06382f34df4da68f7e696066468dd3f335c4d0df.tar.gz |
Use `color' instead of `editable-color'.
-rw-r--r-- | lisp/cus-face.el | 12 |
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" |