From ca667e9c345887933901140bf9471f47045ccea5 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 20 Jul 1998 08:04:48 +0000 Subject: [PATCH] (quoted-printable-internal-decode-region): Fix sync-mistake. --- mel-q.el | 4 ---- 1 file changed, 4 deletions(-) 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") -- 1.7.10.4