changeset 41562:62c9f562dc40

(bg-insert-moused-sexp): Use insert instead of insert-string.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 26 Nov 2001 16:17:44 +0000
parents cfae9c0a0035
children 224b0d23d2ee
files lisp/term/bg-mouse.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/bg-mouse.el	Mon Nov 26 16:17:17 2001 +0000
+++ b/lisp/term/bg-mouse.el	Mon Nov 26 16:17:44 2001 +0000
@@ -209,12 +209,12 @@
 			   (looking-at "[`'\"\\]\\|\\s(")))
       nil)
      (t
-      (insert-string " ")))
-    (insert-string moused-text)
+      (insert " ")))
+    (insert moused-text)
     (or (eolp)
 	(looking-at "\\s.\\|\\s)")
 	(and (looking-at "'") (looking-at "\\sw")) ;hack for text mode
-	(save-excursion (insert-string " ")))))
+	(save-excursion (insert " ")))))
 
 ;;; Utility functions: