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:
parent
e76df57d13
commit
19823ce3b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user