1
0
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:
Mauro Aranda 2023-07-15 17:05:23 -03:00 committed by Eli Zaretskii
parent 4bd8e8c6d2
commit 39873d6d5d

View File

@ -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)