1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(custom-face-attributes): Don't initialize fg/bg fields.

This commit is contained in:
Per Abrahamsen 1997-08-11 22:28:10 +00:00
parent e76df57d13
commit 19823ce3b1

View 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)