From: Daiki Ueno Date: Tue, 20 Feb 2007 02:38:06 +0000 (+0000) Subject: Use LITERAL arg of mm-replace-in-string. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=3a5a9d0f4fd91421164242d45a5f4f7c872ac240;hp=62fa2937d574acc90721ce5edbd5308d3df28776 Use LITERAL arg of mm-replace-in-string. --- diff --git a/lisp/mml2015.el b/lisp/mml2015.el index 2644539ea..43d91ee9c 100644 --- a/lisp/mml2015.el +++ b/lisp/mml2015.el @@ -1081,7 +1081,7 @@ Whether the passphrase is cached at all is controlled by (mm-set-handle-multipart-parameter mm-security-handle 'gnus-info "Corrupted") (throw 'error handle)) - (setq part (mm-replace-in-string part "\n" "\r\n") + (setq part (mm-replace-in-string part "\n" "\r\n" t) signature (mm-get-part signature) context (epg-make-context)) (condition-case error