emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient d44c4fce39 40/41: transient--get-face: Use fo


From: Jonas Bernoulli
Subject: [elpa] externals/transient d44c4fce39 40/41: transient--get-face: Use for inapt-face
Date: Sun, 12 Nov 2023 20:04:10 -0500 (EST)

branch: externals/transient
commit d44c4fce39921436ab94372e5b30318e936ceae4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient--get-face: Use for inapt-face
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 27f83f29d4..afba620b91 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3755,7 +3755,7 @@ If the OBJ's `key' is currently unreachable, then apply 
the face
                   (propertize "(BUG: no description)" 'face 'error))))
     (cond
      ((oref obj inapt)
-      (if-let ((face (oref obj inapt-face)))
+      (if-let ((face (transient--get-face obj 'inapt-face)))
           (transient--add-face desc face)
         desc))
      ((and (slot-boundp obj 'key)



reply via email to

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