]> git.eshelyaron.com Git - emacs.git/commitdiff
(sun-yank-selection): Use insert instead of insert-string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:14 +0000 (16:18 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:14 +0000 (16:18 +0000)
lisp/term/sun-mouse.el

index c5b70b2485367e7e866138bce0ad17d48a396e0e..91c63fdb066e694020e2bdb18c065b74eca2931a 100644 (file)
@@ -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."