Function: transient--do-suspend
transient--do-suspend is a byte-compiled function defined in
transient.el.
Signature
(transient--do-suspend)
Documentation
Suspend the active transient, saving the transient stack.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-suspend ()
"Suspend the active transient, saving the transient stack."
;; Export so that `transient-describe' instances can use
;; `transient-suffix-object' to get their respective object.
(transient--export)
(transient--stack-push)
(setq transient--exitp 'suspend)
transient--exit)