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:
2b850ae
)
(base64-external-decode-string): fixed.
author
morioka
<morioka>
Sat, 20 Jun 1998 20:57:17 +0000
(20:57 +0000)
committer
morioka
<morioka>
Sat, 20 Jun 1998 20:57:17 +0000
(20:57 +0000)
mel-b.el
patch
|
blob
|
history
diff --git
a/mel-b.el
b/mel-b.el
index
287cd0a
..
e9a382a
100644
(file)
--- a/
mel-b.el
+++ b/
mel-b.el
@@
-238,7
+238,8
@@
external decoder is called.")
(with-temp-buffer
(insert string)
(as-binary-process (apply (function call-process-region)
- beg end (car base64-external-decoder)
+ (point-min) (point-max)
+ (car base64-external-decoder)
t t nil (cdr base64-external-decoder))
)
(buffer-string)))