fixed.
authormorioka <morioka>
Sat, 24 Oct 1998 13:19:33 +0000 (13:19 +0000)
committermorioka <morioka>
Sat, 24 Oct 1998 13:19:33 +0000 (13:19 +0000)
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))
       ))