emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 39873d6d5d1: Fix typo in pre-filter for underline property


From: Eli Zaretskii
Subject: emacs-29 39873d6d5d1: Fix typo in pre-filter for underline property
Date: Thu, 20 Jul 2023 11:49:02 -0400 (EDT)

branch: emacs-29
commit 39873d6d5d13609d9972619d31f006bbb2e6ac46
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix typo in pre-filter for underline property
    
    * lisp/cus-face.el (custom-face-attributes): Fix typo (Bug#64347)
---
 lisp/cus-face.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index ec89b4f7ff6..a3a27263a7c 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]