# HG changeset patch # User Per Abrahamsen # Date 871338490 0 # Node ID a2327a135fe7f4d3a333c4e2f7a5267044949e62 # Parent a2dd35fd58e762b444fb043738bc59827cb1a975 (custom-face-attributes): Don't initialize fg/bg fields. diff -r a2dd35fd58e7 -r a2327a135fe7 lisp/cus-face.el --- a/lisp/cus-face.el Mon Aug 11 22:16:50 1997 +0000 +++ b/lisp/cus-face.el Mon Aug 11 22:28:10 1997 +0000 @@ -86,12 +86,12 @@ 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)