aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-26 16:18:14 +0000
committerPavel Janík <[email protected]>2001-11-26 16:18:14 +0000
commitb9001ed392f7d757783b86b8f3339412963259a4 (patch)
treeae2be29ab1f4a95c506b1ea2aad5293fde9b05e4
parent039f4cdaaf287060d2858c7e944b5056b6cbb824 (diff)
(sun-yank-selection): Use insert instead of insert-string.
-rw-r--r--lisp/term/sun-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index c5b70b2485..91c63fdb06 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."