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:
a76d391
)
(base64-internal-encoding-limit): Change initial value to 70000.
author
morioka
<morioka>
Wed, 16 Sep 1998 04:04:53 +0000
(
04:04
+0000)
committer
morioka
<morioka>
Wed, 16 Sep 1998 04:04:53 +0000
(
04:04
+0000)
mel-b.el
patch
|
blob
|
history
diff --git
a/mel-b.el
b/mel-b.el
index
19d9c02
..
af08c9c
100644
(file)
--- a/
mel-b.el
+++ b/
mel-b.el
@@
-52,7
+52,7
@@
:group 'base64
:type '(repeat :tag "Arguments" string))
-(defcustom base64-internal-encoding-limit 1000
+(defcustom base64-internal-encoding-limit 70000
"*limit size to use internal base64 encoder.
If size of input to encode is larger than this limit,
external encoder is called."