tm 7.94.
[elisp/tm.git] / TM-ELS
diff --git a/TM-ELS b/TM-ELS
index bae3bca..04e65c2 100644 (file)
--- a/TM-ELS
+++ b/TM-ELS
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: TM-ELS,v 7.4 1996/09/17 04:39:33 morioka Exp $
+;;; $Id: TM-ELS,v 7.4 1996/09/17 04:39:33 morioka Exp morioka $
 ;;;
 
 (setq tm-modules-to-compile
 (mapcar (function
         (lambda (cell)
           (let ((c-module (car cell))
-                (i-module (cdr cell))
+                (i-modules (cdr cell))
                 )
             (if (module-installed-p c-module)
                 (setq tm-modules-to-compile
-                      (nconc tm-modules-to-compile (list i-module)))
+                      (nconc tm-modules-to-compile i-modules))
               (setq tm-modules-not-to-compile
-                    (nconc tm-modules-not-to-compile (list i-module)))
+                    (nconc tm-modules-not-to-compile i-modules))
               )
             )))
-       '((ange-ftp     . tm-ftp)
-         (mailcrypt    . tm-pgp)
-         (bbdb         . tm-bbdb)
+       '((ange-ftp     tm-ftp)
+         (mailcrypt    tm-pgp tm-edit-mc)
+         (bbdb         tm-bbdb)
          ))
 
 (if (and (file-exists-p "tm-evs.el")