Variable: transient-current-prefix
transient-current-prefix is a variable defined in transient.el.gz.
Value
nil
Documentation
The transient from which this suffix command was invoked.
This is an object representing that transient, use
transient-current-command to get the respective command.
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
;;;; Variables
(defvar transient-current-prefix nil
"The transient from which this suffix command was invoked.
This is an object representing that transient, use
`transient-current-command' to get the respective command.")