diff options
Diffstat (limited to 'lisp')
| -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. |
