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
(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 ~/.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'.")