]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 de51b6a2973b4ed4c2231f942e16e933892ff591..edfd450162a59007a5781fa6b44ea0392c7a0a43 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)