From: morioka Date: Sun, 20 Sep 1998 09:00:31 +0000 (+0000) Subject: (mime-write-decoded-region): fix typo. X-Git-Tag: chao-1_9-2-199811302358~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fae88f0e847c8eb19d695bfc0584adfa5661da27;p=elisp%2Fflim.git (mime-write-decoded-region): fix typo. --- 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))