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 selection here, so we can check the
;; current selection against it, and avoid passing back with
;; gui-selection-value the same text we previously killed or
;; yanked. 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.")