Function: transient--do-leave

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

Signature

(transient--do-leave)

Documentation

Call the command without exporting variables and exit the transient.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient--do-leave ()
  "Call the command without exporting variables and exit the transient."
  (transient--stack-zap)
  transient--exit)