Variable: lost-selection-last-region-buffer
lost-selection-last-region-buffer is a variable defined in
select.el.gz.
Value
nil
Documentation
The last buffer from which the region was selected.
Source Code
;; Defined in /usr/src/emacs/lisp/select.el.gz
;; Minor mode to make losing ownership of PRIMARY behave more like
;; other X programs.
(defvar lost-selection-last-region-buffer nil
"The last buffer from which the region was selected.")