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.
(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.
(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)))