Function: transient--do-leave

transient--do-leave is a byte-compiled function defined in transient.el.

Signature

(transient--do-leave)

Documentation

Call the command without exporting variables and exit the transient.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-leave ()
  "Call the command without exporting variables and exit the transient."
  (transient--stack-zap)
  transient--exit)