mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00: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
@ -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…
Reference in New Issue
Block a user