Variable: transient--original-buffer

transient--original-buffer is a variable defined in transient.el.gz.

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 /usr/src/emacs/lisp/transient.el.gz
(defvar transient--original-buffer nil
  "The buffer that was current before the transient was invoked.
Usually it remains current while the transient is active.")