(custom-face-attributes): Don't initialize fg/bg fields.
authorPer Abrahamsen <abraham@dina.kvl.dk>
Mon, 11 Aug 1997 22:28:10 +0000 (22:28 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Mon, 11 Aug 1997 22:28:10 +0000 (22:28 +0000)
lisp/cus-face.el

index de51b6a..edfd450 100644 (file)
@@ -86,12 +86,12 @@ Control whether the text should be in inverse video.")
                set-face-inverse-video-p
                face-inverse-video-p)
     (:foreground (color :tag "Foreground"
-                       :value "black"
+                       :value ""
                        :help-echo "Set foreground color.")
                 set-face-foreground
                 face-foreground)
     (:background (color :tag "Background"
-                       :value "white"
+                       :value ""
                        :help-echo "Set background color.")
                 set-face-background
                 face-background)