From 7e17749ada101fbfb772a79deda5f7087ba9e96d Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 29 Jan 2022 14:05:49 +0800 Subject: [PATCH] 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. --- lisp/cus-face.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 12ad3910fcb..80d0aaa0d51 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -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) -- 2.39.5