This commit was generated by cvs2svn to compensate for changes in r434,
[elisp/tm.git] / mh-e / mk-tmh
index 23ffb5b..1df657b 100644 (file)
@@ -1,4 +1,7 @@
 ;;; -*-Emacs-Lisp-*-
+;;;
+;;; $Id: mk-tmh,v 3.0 1996/03/04 09:22:37 morioka Exp morioka $
+;;;
 
 (setq load-path (append
                 (mapcar (function
 (require 'mh-e)
 (require 'emu)
 
-(setq tm-mh-e-modules
-      (append
-       '("tm-mh-e")
-       (if (not (boundp 'mh-e-version))
-          '("tm-mh-e3")
-        )
-       ))
-
-(setq tm-mh-e-el-files
-      (mapcar (function (lambda (module)
-                         (concat module ".el")
-                         ))
-             tm-mh-e-modules))
-
-(setq tm-mh-e-elc-files
-      (mapcar (function (lambda (module)
-                         (concat module ".elc")
-                         ))
-             tm-mh-e-modules))
+(load-file "tmh-els")
 
 (defun compile-tm-mh-e ()
+  (require 'tm-mh-e)
   (require 'mh-comp)
   (require 'tm-edit)
-  (require 'tm-mh-e)
   (mapcar (function byte-compile-file) tm-mh-e-el-files)
   )
 
@@ -79,4 +64,5 @@
       )
     (apply (function install-el-files) path tm-mh-e-el-files)
     (apply (function install-elc-files) path tm-mh-e-elc-files)
+    (setq command-line-args-left (cdr command-line-args-left))
     ))