From 0ecd391c8042513261ce378c4bd21095ad2975c1 Mon Sep 17 00:00:00 2001 From: Jan D Date: Thu, 7 May 2015 19:48:19 +0200 Subject: [PATCH] ns-win.el (ns-paste-secondary): Use gui-get-selection. * ns-win.el (ns-paste-secondary): Use gui-get-selection. --- lisp/term/ns-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2