From 276aac212084bf0990cc541730df31e5ed720c9e Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 8 Jun 1998 13:21:07 +0000 Subject: [PATCH] (semi-modules-to-compile): Add 'mime-w3 if w3 is found. --- SEMI-ELS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SEMI-ELS b/SEMI-ELS index 881b6dc..c12fb0a 100644 --- a/SEMI-ELS +++ b/SEMI-ELS @@ -1,7 +1,8 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SEMI-ELS,v 1.4 1998-04-10 15:21:15 morioka Exp $ -;;; + +;; SEMI-ELS: list of SEMI modules to install + +;;; Code: (setq semi-modules-to-compile '(signature @@ -26,6 +27,7 @@ ))) '((mailcrypt mime-pgp mime-mc) (bbdb mime-bbdb) + (w3 mime-w3) )) (if (or (string-match "XEmacs" emacs-version) -- 1.7.10.4