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)