diff options
author | Jan D <jan.h.d@swipnet.se> | 2015-05-07 19:48:19 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2015-05-07 19:48:19 +0200 |
commit | 0ecd391c8042513261ce378c4bd21095ad2975c1 (patch) | |
tree | 974ad355a83989c73b59ca20892b44067572d912 /lisp/term | |
parent | 14bb519f1034ddb38ce375cbad7095d9b07f8b26 (diff) | |
download | emacs-0ecd391c8042513261ce378c4bd21095ad2975c1.tar.gz |
ns-win.el (ns-paste-secondary): Use gui-get-selection.
* ns-win.el (ns-paste-secondary): Use gui-get-selection.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 2 |
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. |