(message-wash-subject): Use `insert' rather than
authorKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 25 Nov 2001 13:10:11 +0000 (13:10 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Sun, 25 Nov 2001 13:10:11 +0000 (13:10 +0000)
`insert-string', which is deprecated.

lisp/ChangeLog
lisp/message.el

index 15f96a5..3fbe620 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * message.el (message-wash-subject): Use `insert' rather than
+       `insert-string', which is deprecated.
+
 2001-11-24  Simon Josefsson  <jas@extundo.com>
 
        * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
index efe19f5..008962d 100644 (file)
@@ -4750,7 +4750,7 @@ header line with the old Message-ID."
   "Remove junk like \"Re:\", \"(fwd)\", etc. added to subject string SUBJECT.
 Previous forwarders, replyers, etc. may add it."
   (with-temp-buffer
-    (insert-string subject)
+    (insert subject)
     (goto-char (point-min))
     ;; strip Re/Fwd stuff off the beginning
     (while (re-search-forward