Fix typo in pre-filter for underline property
* lisp/cus-face.el (custom-face-attributes): Fix typo (Bug#64347)
This commit is contained in:
parent
4bd8e8c6d2
commit
39873d6d5d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
(or (and (consp real-value) (plist-get real-value :style))
|
||||
'line))
|
||||
(position (and (consp real-value)
|
||||
(plist-get real-value :style))))
|
||||
(plist-get real-value :position))))
|
||||
(list :color color :style style :position position))))
|
||||
;; filter to make customized-value suitable for storing
|
||||
,(lambda (cus-value)
|
||||
|
|
Loading…
Add table
Reference in a new issue