ns-win.el (ns-paste-secondary): Use gui-get-selection.

* ns-win.el (ns-paste-secondary): Use gui-get-selection.
This commit is contained in:
Jan D 2015-05-07 19:48:19 +02:00
parent 14bb519f10
commit 0ecd391c80

View file

@ -728,7 +728,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
(defun ns-paste-secondary ()
(interactive)
(insert (ns-get-selection-internal 'SECONDARY)))
(insert (gui-get-selection 'SECONDARY)))
;;;; Scrollbar handling.