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:
c223b79
)
(mime-insert-encoded-file of "base64"): Use
author
tomo
<tomo>
Thu, 14 Dec 2000 07:14:32 +0000
(07:14 +0000)
committer
tomo
<tomo>
Thu, 14 Dec 2000 07:14:32 +0000
(07:14 +0000)
`binary-insert-file-contents' instead of
`insert-file-contents-as-binary'.
mel.el
patch
|
blob
|
history
diff --git
a/mel.el
b/mel.el
index
d1cb951
..
ac4f91b
100644
(file)
--- a/
mel.el
+++ b/
mel.el
@@
-119,7
+119,7
@@
mmencode included in metamail or XEmacs package)."
(insert (base64-encode-string
(with-temp-buffer
(set-buffer-multibyte nil)
- (insert-file-contents-as-binary filename)
+ (binary-insert-file-contents filename)
(buffer-string))))
(or (bolp) (insert ?\n)))