Function: transient--do-stack
transient--do-stack is a byte-compiled function defined in
transient.el.gz.
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 /usr/src/emacs/lisp/transient.el.gz
(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)