Function: transient-prefix-set
transient-prefix-set is a byte-compiled function defined in
transient.el.gz.
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 /usr/src/emacs/lisp/transient.el.gz
(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))