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