branch: externals/transient
commit 0c2928655ce75af86fede9adcb964d770c077090
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    transient--get-face: Cosmetics
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 53c1e30696..4463a5f917 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3990,8 +3990,8 @@ If the OBJ's `key' is currently unreachable, then apply 
the face
     str))
 
 (defun transient--get-face (obj slot)
-  (and-let* ((! (slot-exists-p obj slot))
-             (! (slot-boundp   obj slot))
+  (and-let* (((slot-exists-p obj slot))
+             ((slot-boundp obj slot))
              (face (slot-value obj slot)))
     (if (and (not (facep face))
              (functionp face))

Reply via email to