Function: transient-set-value

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

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

((obj magit-log-prefix)) in `magit-log.el'.

Undocumented

((obj magit-diff-prefix)) in `magit-diff.el'.

Undocumented

((obj transient-prefix)) in `transient.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(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'.")