Update to Transient v0.3.7-205-gb8ad0da

This commit is contained in:
Jonas Bernoulli
2023-02-09 23:53:33 +01:00
parent 68a6b364d1
commit 56960a6558

View 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))