emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0ecd391: ns-win.el (ns-paste-secondary): Use gui-ge


From: Jan D.
Subject: [Emacs-diffs] master 0ecd391: ns-win.el (ns-paste-secondary): Use gui-get-selection.
Date: Thu, 07 May 2015 17:48:33 +0000

branch: master
commit 0ecd391c8042513261ce378c4bd21095ad2975c1
Author: Jan D <address@hidden>
Commit: Jan D <address@hidden>

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index a87352e..e642ab5 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]