X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mel-q.el;h=47a7a2b0dc961dfb12a4787f95906735fe1d52c2;hb=955b92b07f71c449e9ff8f2b49b7e12408527cec;hp=d2ddd25d93662c02f12ae9d08aa247f29972833d;hpb=e791364898616771469e70c43bacc3daa2f8aea6;p=elisp%2Fflim.git diff --git a/mel-q.el b/mel-q.el index d2ddd25..47a7a2b 100644 --- a/mel-q.el +++ b/mel-q.el @@ -169,10 +169,6 @@ It calls external quoted-printable encoder specified by (save-restriction (narrow-to-region start end) (goto-char (point-min)) - (while (re-search-forward "=\n" nil t) - (replace-match "") - ) - (goto-char (point-min)) (while (search-forward "=" nil t) (let ((beg (match-beginning 0))) (cond ((looking-at "\n")