(semi-modules-to-compile): Add alist.el.
authortmorioka <tmorioka>
Fri, 28 Feb 1997 04:07:11 +0000 (04:07 +0000)
committertmorioka <tmorioka>
Fri, 28 Feb 1997 04:07:11 +0000 (04:07 +0000)
SEMI-ELS

index 098dbe8..6d50736 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
@@ -1,14 +1,14 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-ELS,v 0.0 1997-02-22 17:22:45 morioka Exp $
+;;; $Id: SEMI-ELS,v 0.1 1997-02-28 04:07:11 tmorioka Exp $
 ;;;
 
 (setq semi-modules-to-compile
-      '(signature
+      '(alist signature
        mime-def
        eword-decode eword-encode
        mime-parse mime-view mime-text mime-play mime-partial
-       tm-latex tm-html tm-tar tm-file
+       tm-latex tm-html mime-tar mime-file mime-ftp
        mime-edit
        semi-setup))
 
                     (nconc semi-modules-not-to-compile i-modules))
               )
             )))
-       '((ange-ftp     tm-ftp)
-         (mailcrypt    tm-pgp tm-edit-mc)
+       '((mailcrypt    mime-pgp mime-mc)
          (bbdb         tm-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