Function: transient--do-exit

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

Signature

(transient--do-exit)

Documentation

Call the command after exporting variables and exit the transient.

Source Code

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