Mercurial > emacs
changeset 18599:bdb4c815ce21
Use `color' instead of `editable-color'.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Fri, 04 Jul 1997 12:03:12 +0000 |
parents | e12b4c195b2b |
children | d95acbbb4ac7 |
files | lisp/cus-face.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-face.el Fri Jul 04 09:44:36 1997 +0000 +++ b/lisp/cus-face.el Fri Jul 04 12:03:12 1997 +0000 @@ -82,14 +82,14 @@ 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"