From: Pavel Janík Date: Mon, 26 Nov 2001 16:18:14 +0000 (+0000) Subject: (sun-yank-selection): Use insert instead of insert-string. X-Git-Tag: ttn-vms-21-2-B4~18131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9001ed392f7d757783b86b8f3339412963259a4;p=emacs.git (sun-yank-selection): Use insert instead of insert-string. --- diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index c5b70b24853..91c63fdb066 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -647,7 +647,7 @@ CODE values: 13 = Tool-Position, 14 = Size-in-Pixels, 18 = Size-in-Chars." 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."