From: Per Abrahamsen Date: Fri, 4 Jul 1997 12:03:12 +0000 (+0000) Subject: Use `color' instead of `editable-color'. X-Git-Tag: emacs-20.1~1347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06382f34df4da68f7e696066468dd3f335c4d0df;p=emacs.git Use `color' instead of `editable-color'. --- 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"