Function: transient-set

transient-set is an interactive and byte-compiled function defined in transient.el.gz.

Signature

(transient-set)

Documentation

Set active transient's value for this Emacs session.

Key Bindings

Aliases

transient-set-and-exit

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
;;;;; Value

(defun transient-set ()
  "Set active transient's value for this Emacs session."
  (interactive)
  (transient-set-value (transient-prefix-object)))