projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e52e3
)
(mime-write-decoded-region): fix typo.
author
morioka
<morioka>
Sun, 20 Sep 1998 09:00:31 +0000
(09:00 +0000)
committer
morioka
<morioka>
Sun, 20 Sep 1998 09:00:31 +0000
(09:00 +0000)
mel.el
patch
|
blob
|
history
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))