Function: transient--do-call

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

Signature

(transient--do-call)

Documentation

Call the command after exporting variables and stay transient.

Source Code

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