Variable: transient-current-command

transient-current-command is a variable defined in transient.el.gz.

Value

nil

Documentation

The transient from which this suffix command was invoked.

This is a symbol representing that transient, use transient-current-prefix to get the respective object.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defvar transient-current-command nil
  "The transient from which this suffix command was invoked.
This is a symbol representing that transient, use
`transient-current-prefix' to get the respective object.")