Function: transient--do-stack
transient--do-stack is a byte-compiled function defined in
transient.el.
Signature
(transient--do-stack)
Documentation
Call the transient prefix command, stacking the active transient.
Push the active transient to the transient stack.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-stack ()
"Call the transient prefix command, stacking the active transient.
Push the active transient to the transient stack."
(transient--export)
(transient--stack-push)
(setq transient--exitp 'replace)
transient--exit)