Function: transient--history-init
transient--history-init is a byte-compiled function defined in
transient.el.
Signature
(transient--history-init OBJ)
Documentation
Initialize OBJ's history slot.
This is the transient-wide history; many individual infixes also have a history of their own.
Implementations
(transient--history-init (OBJ transient-prefix)) in `transient.el'.
Initialize OBJ's `history' slot from the variable `transient-history'.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(cl-defgeneric transient--history-init (obj)
"Initialize OBJ's `history' slot.
This is the transient-wide history; many individual infixes also
have a history of their own.")