From: morioka Date: Mon, 8 Jun 1998 13:21:07 +0000 (+0000) Subject: (semi-modules-to-compile): Add 'mime-w3 if w3 is found. X-Git-Tag: semi-1_5_4~8 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276aac212084bf0990cc541730df31e5ed720c9e;p=elisp%2Fsemi.git (semi-modules-to-compile): Add 'mime-w3 if w3 is found. --- 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)