From: morioka Date: Sat, 24 Oct 1998 13:19:33 +0000 (+0000) Subject: fixed. X-Git-Tag: flim-1_11_2~36 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=879b803961abfbd30c954d3b7803346fe31e0889;p=elisp%2Fflim.git fixed. --- 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)) ))