# HG changeset patch # User Pavel Jank # Date 1006791494 0 # Node ID 224b0d23d2eeeaaf40ced45c6284dd4c98ef4200 # Parent 62c9f562dc404978b8aa6b2734536a789fa1f1ce (sun-yank-selection): Use insert instead of insert-string. diff -r 62c9f562dc40 -r 224b0d23d2ee lisp/term/sun-mouse.el --- a/lisp/term/sun-mouse.el Mon Nov 26 16:17:44 2001 +0000 +++ b/lisp/term/sun-mouse.el Mon Nov 26 16:18:14 2001 +0000 @@ -647,7 +647,7 @@ Insert contents into the current buffer at point." (interactive "*") (set-mark-command nil) - (insert-string (sun-get-selection))) + (insert (sun-get-selection))) (defun sun-select-region (beg end) "Set the sunwindows selection to the region in the current buffer."