Function: secondary-selection-exist-p
secondary-selection-exist-p is a byte-compiled function defined in
mouse.el.gz.
Signature
(secondary-selection-exist-p)
Documentation
Return non-nil if the secondary selection exists in the current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/mouse.el.gz
(defun secondary-selection-exist-p ()
"Return non-nil if the secondary selection exists in the current buffer."
(memq mouse-secondary-overlay (overlays-in (point-min) (point-max))))