(quoted-printable-internal-decode-region): Fix sync-mistake.
authormorioka <morioka>
Mon, 20 Jul 1998 08:04:48 +0000 (08:04 +0000)
committermorioka <morioka>
Mon, 20 Jul 1998 08:04:48 +0000 (08:04 +0000)
mel-q.el

index d2ddd25..47a7a2b 100644 (file)
--- 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")