branch: externals/transient commit 32a7e256aab281bada5db8569e0871c8c3ad2115 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient--setup-recursion: Recognize recurse shorthand --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 141068a82c..46b2a695c9 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3017,7 +3017,7 @@ If there is no parent prefix, then just call the command." (when (memq (if (slot-boundp suffix-obj 'transient) (oref suffix-obj transient) (oref transient-current-prefix transient-suffix)) - (list t #'transient--do-recurse)) + (list t 'recurse #'transient--do-recurse)) (oset prefix-obj transient-suffix t)))))) (defun transient--do-stack ()