]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in pre-filter for underline property
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 15 Jul 2023 20:05:23 +0000 (17:05 -0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 20 Jul 2023 15:47:37 +0000 (18:47 +0300)
* lisp/cus-face.el (custom-face-attributes): Fix typo (Bug#64347)

lisp/cus-face.el

index ec89b4f7ff69a1551cbbb834f41f60b7b6873813..a3a27263a7c4d016cb0fdc7b9f4b11173022480b 100644 (file)
                    (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)