From: Jonas Bernoulli <jonas@bernoul.li>
Date: Thu, 9 Feb 2023 22:53:33 +0000 (+0100)
Subject: Update to Transient v0.3.7-205-gb8ad0da
X-Git-Tag: emacs-29.0.90~461
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56960a6558b;p=emacs.git

Update to Transient v0.3.7-205-gb8ad0da
---

diff --git a/lisp/transient.el b/lisp/transient.el
index 9858bff03a8..73ea6fa940e 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))