Mercurial > emacs
changeset 19304:a2327a135fe7
(custom-face-attributes): Don't initialize fg/bg fields.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Mon, 11 Aug 1997 22:28:10 +0000 |
parents | a2dd35fd58e7 |
children | 030c40d12288 |
files | lisp/cus-face.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)