From 56960a6558b65ce9643684c09203709f015e1812 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 9 Feb 2023 23:53:33 +0100 Subject: [PATCH] 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 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)) -- 2.39.2