From fae88f0e847c8eb19d695bfc0584adfa5661da27 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 20 Sep 1998 09:00:31 +0000 Subject: [PATCH] (mime-write-decoded-region): fix typo. --- mel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mel.el b/mel.el index bff90a7..7535248 100644 --- 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)) -- 1.7.10.4