1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

(custom-face-attributes): Use editable-color widget.

This commit is contained in:
Richard M. Stallman 1997-07-03 07:12:19 +00:00
parent 2f47738170
commit a1057d5616

View File

@ -82,14 +82,14 @@ Control whether the text should be underlined.")
Control whether the text should be in inverse video.")
set-face-inverse-video-p
face-inverse-video-p)
(:foreground (color :tag "Foreground"
:value "black"
:help-echo "Set foreground color.")
(:foreground (editable-color :tag "Foreground"
:value "black"
:help-echo "Set foreground color.")
set-face-foreground
face-foreground)
(:background (color :tag "Background"
:value "white"
:help-echo "Set background color.")
(:background (editable-color :tag "Background"
:value "white"
:help-echo "Set background color.")
set-face-background
face-background)
(:stipple (editable-field :format "Stipple: %v"