New file.
[elisp/semi.git] / SEMI-ELS
index 098dbe8..881b6dc 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
@@ -1,16 +1,14 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-ELS,v 0.0 1997-02-22 17:22:45 morioka Exp $
+;;; $Id: SEMI-ELS,v 1.4 1998-04-10 15:21:15 morioka Exp $
 ;;;
 
 (setq semi-modules-to-compile
       '(signature
-       mime-def
-       eword-decode eword-encode
+       semi-def
        mime-parse mime-view mime-text mime-play mime-partial
-       tm-latex tm-html tm-tar tm-file
        mime-edit
-       semi-setup))
+       semi-setup mail-mime-setup))
 
 (setq semi-modules-not-to-compile nil)
 
                     (nconc semi-modules-not-to-compile i-modules))
               )
             )))
-       '((ange-ftp     tm-ftp)
-         (mailcrypt    tm-pgp tm-edit-mc)
-         (bbdb         tm-bbdb)
+       '((mailcrypt    mime-pgp mime-mc)
+         (bbdb         mime-bbdb)
          ))
 
-(if (and (file-exists-p "tm-evs.el")
-        (or (boundp 'MULE)
-            (boundp 'NEMACS))
-        )
-    (setq semi-modules-to-compile (nconc semi-modules-to-compile '(tm-evs)))
-  )
-
 (if (or (string-match "XEmacs" emacs-version)
        (featurep 'mule))
     (setq semi-modules-to-compile
          (nconc semi-modules-to-compile '(mime-image)))
   )
 
-(setq tm-modules (append semi-modules-to-compile
-                        semi-modules-not-to-compile))
+(setq semi-modules (append semi-modules-to-compile
+                          semi-modules-not-to-compile))
 
 ;;; SEMI-ELS ends here