Sync with emiko-1_14.
[elisp/semi.git] / SEMI-ELS
index 2a3d928..d86e6a9 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
@@ -1,16 +1,15 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: SEMI-ELS,v 0.4 1997-03-04 13:14:44 morioka Exp $
-;;;
+
+;; SEMI-ELS: list of SEMI modules to install
+
+;;; Code:
 
 (setq semi-modules-to-compile
       '(signature
-       mime-def
-       eword-decode eword-encode
-       mime-parse mime-view mime-text mime-play mime-partial
-       mime-tar mime-file mime-ftp
+       mime-pgp
+       semi-def mime-view mime-play mime-partial postpet
        mime-edit
-       semi-setup))
+       semi-setup mail-mime-setup))
 
 (setq semi-modules-not-to-compile nil)
 
@@ -26,8 +25,9 @@
                     (nconc semi-modules-not-to-compile i-modules))
               )
             )))
-       '((mailcrypt    mime-pgp mime-mc)
-         (bbdb         mime-bbdb)
+       '((bbdb         mime-bbdb)
+         (w3           mime-w3)
+         (vcard        mime-vcard)
          ))
 
 (if (or (string-match "XEmacs" emacs-version)