summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJan D <jan.h.d@swipnet.se>2015-05-07 19:48:19 +0200
committerJan D <jan.h.d@swipnet.se>2015-05-07 19:48:19 +0200
commit0ecd391c8042513261ce378c4bd21095ad2975c1 (patch)
tree974ad355a83989c73b59ca20892b44067572d912 /lisp
parent14bb519f1034ddb38ce375cbad7095d9b07f8b26 (diff)
ns-win.el (ns-paste-secondary): Use gui-get-selection.
* ns-win.el (ns-paste-secondary): Use gui-get-selection.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 1 insertions, 1 deletions
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.