branch: externals/transient
commit 56fb7a91c8818992c869976e02931b1461fedacb
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient-setup: Cosmetics
These two variables are always both nil or non-nil, but the latter
is better at conveying the meaning "Is a prefix in effect?".
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index dd8bb0b..b0dfad9 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1693,7 +1693,7 @@ EDIT may be non-nil."
(transient--pop-keymap 'transient--redisplay-map)
(setq name (oref transient--prefix command))
(setq params (list :scope (oref transient--prefix scope))))
- (transient--transient-map
+ (transient--prefix
;; Invoked as a ":transient-non-suffix 'transient--do-{stay,call}"
;; of an outer prefix. Unlike the usual `transient--do-replace',
;; these predicates fail to clean up after the outer prefix.