emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el
Date: Mon, 26 Nov 2001 11:18:14 -0500

Index: emacs/lisp/term/sun-mouse.el
diff -u emacs/lisp/term/sun-mouse.el:1.19 emacs/lisp/term/sun-mouse.el:1.20
--- emacs/lisp/term/sun-mouse.el:1.19   Tue Aug 17 10:03:58 1999
+++ emacs/lisp/term/sun-mouse.el        Mon Nov 26 11:18:14 2001
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]