Variable: transient--original-buffer
transient--original-buffer is a variable defined in transient.el.
Value
nil
Documentation
The buffer that was current before the transient was invoked.
Usually it remains current while the transient is active.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient--original-buffer nil
"The buffer that was current before the transient was invoked.
Usually it remains current while the transient is active.")