Function: transient-set-value

transient-set-value is a byte-compiled function defined in transient.el.gz.

Signature

(transient-set-value OBJ)

Documentation

Persist the value of the transient prefix OBJ.

Only intended for use by transient-set. See also transient-prefix-set.

Implementations

(transient-set-value (OBJ magit-log-prefix)) in `magit-log.el'.

Undocumented

(transient-set-value (OBJ magit-diff-prefix)) in `magit-diff.el'.

Undocumented

(transient-set-value (OBJ transient-prefix)) in `transient.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(cl-defgeneric transient-set-value (obj)
  "Persist the value of the transient prefix OBJ.
Only intended for use by `transient-set'.
See also `transient-prefix-set'.")