ns-win.el (ns-paste-secondary): Use gui-get-selection.
* ns-win.el (ns-paste-secondary): Use gui-get-selection.
This commit is contained in:
parent
14bb519f10
commit
0ecd391c80
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue