mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Fix a default value of the `:underline' face attribute
* lisp/cus-face.el (custom-face-attributes): Add `:position' t default value of "On" for underlines.
This commit is contained in:
parent
166556f464
commit
7e17749ada
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
:help-echo "Control text underlining."
|
||||
(const :tag "Off" nil)
|
||||
(list :tag "On"
|
||||
:value (:color foreground-color :style line)
|
||||
:value (:color foreground-color :style line :position nil)
|
||||
(const :format "" :value :color)
|
||||
(choice :tag "Color"
|
||||
(const :tag "Foreground Color" foreground-color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue