Function: transient--history-init

transient--history-init is a byte-compiled function defined in transient.el.gz.

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 /usr/src/emacs/lisp/transient.el.gz
(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.")