From: morioka Date: Mon, 20 Jul 1998 08:04:48 +0000 (+0000) Subject: (quoted-printable-internal-decode-region): Fix sync-mistake. X-Git-Tag: flam-199811302358~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ca667e9c345887933901140bf9471f47045ccea5;p=elisp%2Fflim.git (quoted-printable-internal-decode-region): Fix sync-mistake. --- 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")