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:
36b1df1
)
Don't install mel-b-dl.el if the running emacs has builtin base64
author
morioka
<morioka>
Sat, 24 Oct 1998 11:04:52 +0000
(11:04 +0000)
committer
morioka
<morioka>
Sat, 24 Oct 1998 11:04:52 +0000
(11:04 +0000)
encoder/decoder.
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/FLIM-ELS
index
3e8e347
..
ec402b8
100644
(file)
--- a/
FLIM-ELS
+++ b/
FLIM-ELS
@@
-11,9
+11,10
@@
mime mime-parse mmgeneric mmbuffer mmcooked
mailcap))
-(if (fboundp 'dynamic-link)
- (setq flim-modules (cons 'mel-b-dl flim-modules))
- )
+(or (subrp 'base64-encode-string)
+ (if (fboundp 'dynamic-link)
+ (setq flim-modules (cons 'mel-b-dl flim-modules))
+ ))
(if (and (featurep 'mule)
(not (or (and (boundp 'MULE) MULE)