Variable: gui--last-selected-text-clipboard

gui--last-selected-text-clipboard is a variable defined in select.el.gz.

Value

nil

Documentation

The value of the CLIPBOARD selection last seen.

Source Code

;; Defined in /usr/src/emacs/lisp/select.el.gz
;; We keep track of the last text selected here, so we can check the
;; current selection against it, and avoid passing back our own text
;; from gui-selection-value.  We track both
;; separately in case another X application only sets one of them
;; we aren't fooled by the PRIMARY or CLIPBOARD selection staying the same.

(defvar gui--last-selected-text-clipboard nil
  "The value of the CLIPBOARD selection last seen.")