changeset 18573:2e91237ac14c

(custom-face-attributes): Use editable-color widget.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jul 1997 07:12:19 +0000
parents f0c2a091d91f
children 19f99191b11d
files lisp/cus-face.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Thu Jul 03 07:11:10 1997 +0000
+++ b/lisp/cus-face.el	Thu Jul 03 07:12:19 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 (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"