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:
parent
62f4466253
commit
06382f34df
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue