emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 56960a6558: Update to Transient v0.3.7-205-gb8ad0da


From: Jonas Bernoulli
Subject: emacs-29 56960a6558: Update to Transient v0.3.7-205-gb8ad0da
Date: Thu, 9 Feb 2023 17:54:03 -0500 (EST)

branch: emacs-29
commit 56960a6558b65ce9643684c09203709f015e1812
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Update to Transient v0.3.7-205-gb8ad0da
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 9858bff03a..73ea6fa940 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2162,7 +2162,7 @@ value.  Otherwise return CHILDREN as is."
       (funcall fn)
     (transient--suspend-override (bound-and-true-p edebug-active))
     (funcall fn) ; Already unwind protected.
-    (cond ((eq this-command '(top-level abort-recursive-edit))
+    (cond ((memq this-command '(top-level abort-recursive-edit))
            (setq transient--exitp t)
            (transient--post-exit)
            (transient--delete-window))



reply via email to

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