1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Use color' instead of editable-color'.

This commit is contained in:
Per Abrahamsen 1997-07-04 12:03:12 +00:00
parent 62f4466253
commit 06382f34df

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 (editable-color :tag "Foreground"
:value "black"
:help-echo "Set foreground color.")
(:foreground (color :tag "Foreground"
:value "black"
:help-echo "Set foreground color.")
set-face-foreground
face-foreground)
(:background (editable-color :tag "Background"
:value "white"
:help-echo "Set background color.")
(:background (color :tag "Background"
:value "white"
:help-echo "Set background color.")
set-face-background
face-background)
(:stipple (editable-field :format "Stipple: %v"