Function: w32--selection-owner-p
w32--selection-owner-p is a byte-compiled function defined in
w32-win.el.gz.
Signature
(w32--selection-owner-p SELECTION)
Source Code
;; Defined in /usr/src/emacs/lisp/term/w32-win.el.gz
(defun w32--selection-owner-p (selection)
(and (memq selection '(nil PRIMARY SECONDARY))
(get 'x-selections (or selection 'PRIMARY))))