From 9dc3f7aef6fe3d6067f1f97658e07dc0125e3887 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 04:07:11 +0000 Subject: [PATCH] (semi-modules-to-compile): Add alist.el. --- SEMI-ELS | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/SEMI-ELS b/SEMI-ELS index 098dbe8..6d50736 100644 --- a/SEMI-ELS +++ b/SEMI-ELS @@ -1,14 +1,14 @@ ;;; -*-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)) @@ -26,25 +26,17 @@ (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 -- 1.7.10.4