]> git.eshelyaron.com Git - emacs.git/commitdiff
Update to Transient v0.3.7-205-gb8ad0da
authorJonas Bernoulli <jonas@bernoul.li>
Thu, 9 Feb 2023 22:53:33 +0000 (23:53 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 9 Feb 2023 22:53:33 +0000 (23:53 +0100)
lisp/transient.el

index 9858bff03a8e4d18a69a50b4cea3a5e1d3a79b16..73ea6fa940e42ffe7dba1aae1b73dfc16b71d885 100644 (file)
@@ -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))