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

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

[elpa] externals/transient 56fb7a9 5/9: transient-setup: Cosmetics


From: Jonas Bernoulli
Subject: [elpa] externals/transient 56fb7a9 5/9: transient-setup: Cosmetics
Date: Mon, 25 Oct 2021 14:02:44 -0400 (EDT)

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

    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.



reply via email to

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