diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-03 07:12:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-03 07:12:19 +0000 |
commit | a1057d5616bbb3c76bad47bfb3f44b7103f182e1 (patch) | |
tree | 869bc4cbf7b9e6278065f6c5230a0d7401c9563c /lisp/cus-face.el | |
parent | 2f47738170a6efb203068ffac892b17fba78d0ec (diff) | |
download | emacs-a1057d5616bbb3c76bad47bfb3f44b7103f182e1.tar.gz |
(custom-face-attributes): Use editable-color widget.
Diffstat (limited to 'lisp/cus-face.el')
-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 3662f296baa..9a823971ffd 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 (color :tag "Foreground" - :value "black" - :help-echo "Set foreground color.") + (:foreground (editable-color :tag "Foreground" + :value "black" + :help-echo "Set foreground color.") set-face-foreground face-foreground) - (:background (color :tag "Background" - :value "white" - :help-echo "Set background color.") + (:background (editable-color :tag "Background" + :value "white" + :help-echo "Set background color.") set-face-background face-background) (:stipple (editable-field :format "Stipple: %v" |