Function: transient--history-key

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

Signature

(transient--history-key OBJ)

Documentation

Return OBJ's history key.

Implementations

(transient--history-key (OBJ transient-prefix)) in `transient.el'.

If the value of the `history-key' slot is non-nil, return that. Otherwise return the value of the `command' slot.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;;; History

(cl-defgeneric transient--history-key (obj)
  "Return OBJ's history key.")