Function: xselect-convert-to-atom

xselect-convert-to-atom is a byte-compiled function defined in select.el.gz.

Signature

(xselect-convert-to-atom SELECTION TYPE VALUE)

Source Code

;; Defined in /usr/src/emacs/lisp/select.el.gz
(defun xselect-convert-to-atom (_selection _type value)
  (and (symbolp value) value))