;;; -*-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