2000-02-24 Mito <mit@nines.nec.co.jp>
authortomo <tomo>
Fri, 25 Feb 2000 09:19:08 +0000 (09:19 +0000)
committertomo <tomo>
Fri, 25 Feb 2000 09:19:08 +0000 (09:19 +0000)
* mime-edit.el (mime-edit-normalize-body): Fix number of arguments
against enriched-encode.

mime-edit.el

index bf2b552..c2ddf2a 100644 (file)
@@ -2244,7 +2244,7 @@ Content-Description: S/MIME Encrypted Message][base64]]\n")
                    ;;                        (point)
                    ;;                        'hard t)))
                   ;; End patch for hard newlines
-                  (enriched-encode beg end)
+                  (enriched-encode beg end nil)
                   (goto-char beg)
                   (if (search-forward "\n\n")
                       (delete-region beg (match-end 0))