Function: transient--do-stay
transient--do-stay is a byte-compiled function defined in
transient.el.
Signature
(transient--do-stay)
Documentation
Call the command without exporting variables and stay transient.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-stay ()
"Call the command without exporting variables and stay transient."
(setq transient--pre-command 'transient--do-stay)
transient--stay)