From: morioka Date: Fri, 24 Apr 1998 19:25:15 +0000 (+0000) Subject: Comment out 'atype and 'file-detect. X-Git-Tag: apel-8_5~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5ea474831d78508f967640442ec65d0bc3924aa3;p=elisp%2Fapel.git Comment out 'atype and 'file-detect. --- diff --git a/APEL-ELS b/APEL-ELS index 46a44cc..23adfa8 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,11 +1,17 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.9 1998-04-24 19:12:39 morioka Exp $ -;;; -(setq apel-modules '(alist calist atype +;; APEL-ELS: list of APEL modules to install + +;;; Code: + +(setq apel-modules '(alist calist path-util filename install mule-caesar - file-detect)) + + ;; [obsoleted modules] If you would like to + ;; install following, please activate them. + + ;; atype file-detect + )) ;;; APEL-ELS ends here