From: Jan D Date: Thu, 7 May 2015 17:48:19 +0000 (+0200) Subject: ns-win.el (ns-paste-secondary): Use gui-get-selection. X-Git-Tag: emacs-25.0.90~2161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ecd391c8042513261ce378c4bd21095ad2975c1;p=emacs.git ns-win.el (ns-paste-secondary): Use gui-get-selection. * ns-win.el (ns-paste-secondary): Use gui-get-selection. --- diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index a87352e7bae..e642ab53447 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -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.