emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7e17749ada: Fix a default value of the `:underline' face attribut


From: Po Lu
Subject: master 7e17749ada: Fix a default value of the `:underline' face attribute
Date: Sat, 29 Jan 2022 01:06:37 -0500 (EST)

branch: master
commit 7e17749ada101fbfb772a79deda5f7087ba9e96d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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 12ad3910fc..80d0aaa0d5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]