Mercurial > emacs
changeset 41563:224b0d23d2ee
(sun-yank-selection): Use insert instead of insert-string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 26 Nov 2001 16:18:14 +0000 |
parents | 62c9f562dc40 |
children | 8fab3d5b7fcf |
files | lisp/term/sun-mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."