From b9001ed392f7d757783b86b8f3339412963259a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 26 Nov 2001 16:18:14 +0000 Subject: [PATCH] (sun-yank-selection): Use insert instead of insert-string. --- lisp/term/sun-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5