Function: transient-save
transient-save is an interactive and byte-compiled function defined in
transient.el.gz.
Signature
(transient-save)
Documentation
Save active transient's value for this and future Emacs sessions.
Key Bindings
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-save ()
"Save active transient's value for this and future Emacs sessions."
(interactive)
(transient-save-value (transient-prefix-object)))