lisp/message.el: Do not use mml module. pgnus-ichikawa-199812061900
authorichikawa <ichikawa>
Sun, 6 Dec 1998 09:17:01 +0000 (09:17 +0000)
committerichikawa <ichikawa>
Sun, 6 Dec 1998 09:17:01 +0000 (09:17 +0000)
ChangeLog
lisp/message.el

index 10e10d3..d34e6e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1998-12-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
+       * lisp/message.el (message-cite-original-without-signature): Do
+       not use mml-quote-region.
+       
+       * lisp/message.el (message-cite-original): Ditto.
+       
        * lisp/gnus.el (gnus-version-number): Update to 6.10.049.
 
        * Sync up with Pterodactyl Gnus 0.64.
index 9752ad7..c6e0758 100644 (file)
@@ -2055,7 +2055,6 @@ prefix, and don't delete any headers."
           (if (listp message-indent-citation-function)
               message-indent-citation-function
             (list message-indent-citation-function)))))
-    (mml-quote-region start end)
     (goto-char end)
     (when (re-search-backward "^-- $" start t)
       ;; Also peel off any blank lines before the signature.
@@ -2085,7 +2084,6 @@ prefix, and don't delete any headers."
             (if (listp message-indent-citation-function)
                 message-indent-citation-function
               (list message-indent-citation-function)))))
-      (mml-quote-region start end)
       (goto-char start)
       (while functions
        (funcall (pop functions)))