Function: transient-prefix-set
transient-prefix-set is a byte-compiled function defined in
transient.el.
Signature
(transient-prefix-set VALUE)
Documentation
Set the value of the active transient prefix to VALUE.
Intended for use by transient suffix commands.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-prefix-set (value)
"Set the value of the active transient prefix to VALUE.
Intended for use by transient suffix commands."
(oset transient--prefix value value)
(setq transient--refreshp 'updated-value))