(mime-write-decoded-region): fix typo.
authormorioka <morioka>
Sun, 20 Sep 1998 09:00:31 +0000 (09:00 +0000)
committermorioka <morioka>
Sun, 20 Sep 1998 09:00:31 +0000 (09:00 +0000)
mel.el

diff --git a/mel.el b/mel.el
index bff90a7..7535248 100644 (file)
--- a/mel.el
+++ b/mel.el
@@ -224,7 +224,7 @@ START and END are buffer positions."
         (completing-read "encoding: "
                          mime-file-decoding-method-alist
                          nil t "base64")))
-  (funcall (mel-find-function 'mime-insert-encoded-file encoding)
+  (funcall (mel-find-function 'mime-write-decoded-region encoding)
           start end filename))