From 879b803961abfbd30c954d3b7803346fe31e0889 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 24 Oct 1998 13:19:33 +0000 Subject: [PATCH] fixed. --- FLIM-ELS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FLIM-ELS b/FLIM-ELS index ec402b8..b20ad8e 100644 --- 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)) )) -- 1.7.10.4