Sync up with flim-1_3_0 to flim-1_8_1.
[elisp/flim.git] / mel-q.el
index 47a7a2b..d2ddd25 100644 (file)
--- a/mel-q.el
+++ b/mel-q.el
@@ -169,6 +169,10 @@ 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")