summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-09-13 15:12:54 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-09-13 15:12:54 +0200
commit44d3a0357c28705758b135b23f19052e20d8c824 (patch)
tree694ead210fb71c29ebc1534813bab131bb5cc305
parent9c5b936ce8a22f4d13cc07da75749d62508d4d23 (diff)
Use correct binding form
-rw-r--r--lisp/transient.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index 4ae5bd6..1da2e1b 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2304,10 +2304,10 @@ of the corresponding object."
map))
(defun transient--make-predicate-map ()
- (let* ((default (transient--resolve-pre-command
- (oref transient--prefix transient-suffix)))
- (return (and transient--stack (oref transient--prefix return)))
- (map (make-sparse-keymap)))
+ (let ((default (transient--resolve-pre-command
+ (oref transient--prefix transient-suffix)))
+ (return (and transient--stack (oref transient--prefix return)))
+ (map (make-sparse-keymap)))
(set-keymap-parent map transient-predicate-map)
(when (or (and (slot-boundp transient--prefix 'transient-switch-frame)
(transient--resolve-pre-command