Sync up to flim-1_13_2 from flim-1_12_7.
[elisp/flim.git] / FLIM-ELS
index 7debfc9..732cc82 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -5,7 +5,7 @@
 ;;; Code:
 
 (setq flim-modules '(std11
-                     mime-def
+                     luna mime-def
                     mel mel-q mel-u mel-g
                      closure
                      natset
                      ew-dec
                     eword-decode eword-encode
                      ew-compat
-                    mime mime-parse mmgeneric mmbuffer mmcooked
+                    mime mime-parse mmbuffer mmcooked mmdbuffer
                     mailcap
                     smtp smtpmail))
 
-(unless (and (fboundp 'base64-encode-string)
-            (subrp (symbol-function 'base64-encode-string)))
+(if (and (fboundp 'base64-encode-string)
+        (subrp (symbol-function 'base64-encode-string)))
+    nil
   (if (fboundp 'dynamic-link)
       (setq flim-modules (cons 'mel-b-dl flim-modules))
     )