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:
66a95f5
)
fixed.
author
morioka
<morioka>
Sat, 24 Oct 1998 13:19:33 +0000
(13:19 +0000)
committer
morioka
<morioka>
Sat, 24 Oct 1998 13:19:33 +0000
(13:19 +0000)
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/FLIM-ELS
index
ec402b8
..
b20ad8e
100644
(file)
--- a/
FLIM-ELS
+++ b/
FLIM-ELS
@@
-11,7
+11,8
@@
mime mime-parse mmgeneric mmbuffer mmcooked
mailcap))
-(or (subrp 'base64-encode-string)
+(or (and (fboundp 'base64-encode-string)
+ (subrp (symbol-function 'base64-encode-string)))
(if (fboundp 'dynamic-link)
(setq flim-modules (cons 'mel-b-dl flim-modules))
))