changeset 63182:610368af46b3

(x-clipboard-yank): Use x-selection-value instead of x-get-selection.
author Kenichi Handa <handa@m17n.org>
date Fri, 10 Jun 2005 01:50:51 +0000
parents 8eb5e32e0392
children 87857b5e79f1
files lisp/term/x-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Fri Jun 10 01:00:55 2005 +0000
+++ b/lisp/term/x-win.el	Fri Jun 10 01:50:51 2005 +0000
@@ -2467,7 +2467,7 @@
   (interactive)
   (let ((clipboard-text 
 	 (condition-case nil
-	     (x-get-selection 'CLIPBOARD)
+	     (x-selection-value 'CLIPBOARD)
 	   (error nil)))
 	(x-select-enable-clipboard t))
     (if (and clipboard-text (> (length clipboard-text) 0))