Function: transient--history-push
transient--history-push is a byte-compiled function defined in
transient.el.gz.
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 /usr/src/emacs/lisp/transient.el.gz
(cl-defgeneric transient--history-push (obj value)
"Push VALUE to OBJ's entry in `transient-history'.")