This commit was generated by cvs2svn to compensate for changes in r377,
[elisp/tm.git] / TM-ELS
diff --git a/TM-ELS b/TM-ELS
index d1b19a6..610d912 100644 (file)
--- a/TM-ELS
+++ b/TM-ELS
@@ -1,31 +1,20 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: TM-ELS,v 1.2 1996/03/04 08:57:38 morioka Exp $
+;;; $Id: TM-ELS,v 5.0 1996/05/08 15:01:30 morioka Exp $
 ;;;
 
 (require 'tl-misc)
 
 (setq tm-modules
-      (cons
-       (cond ((boundp 'NEMACS)
-             "tm-nemacs"
-             )
-            ((boundp 'MULE)
-             "tm-mule"
-             )
-            (t
-             "tm-orig"
-             ))
-       '("signature"
-        "tm-def"
-        "tm-ew-d" "tm-parse" "tm-view" "tm-play" "tm-partial"
-        "tm-rich"
-        "tm-latex" "tm-html" "tm-tar" "tm-file"
-        "tm-ew-e"
-        "tm-edit"
-        "tm-rmail" "tm-mail"
-        "tm-setup"
-        )))
+      '("signature"
+       "tm-def"
+       "tm-ew-d" "tm-parse" "tm-view" "tm-text" "tm-play" "tm-partial"
+       "tm-latex" "tm-html" "tm-tar" "tm-file"
+       "tm-ew-e"
+       "tm-edit"
+       "tm-rmail" "tm-mail"
+       "tm-setup"
+       ))
 
 (setq tm-uncompile-el-files '("sc-setup.el"))