Function: transient--history-push
transient--history-push is a byte-compiled function defined in
transient.el.
Signature
(transient--history-push OBJ VALUE)
Documentation
Push VALUE to OBJ's entry in transient-history.
Implementations
(transient--history-push (ARG1 transient-prefix) &rest REST) in `transient.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(cl-defgeneric transient--history-push (obj value)
"Push VALUE to OBJ's entry in `transient-history'.")