X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=refs%2Fheads%2Fyamaoka-maybe;hp=a9d4e1568d6dafad7f8e2061cd06d8d208512cbd;hpb=891aae080e7eee3f66c961188f741b07c59caf86;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index a9d4e15..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,9 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.4 1997-04-03 17:14:39 morioka Exp $ -;;; +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- -(setq apel-modules '(alist atype file-detect filename install - std11 std11-parse)) +;;; Commentary: + +;; APEL-MK imports `apel-modules' from here. + +;;; Code: + +(defvar apel-modules '(alist calist path-util filename install + ;; "mule-caesar" is version-dependent. + ;; moved to EMU-ELS. + ;; mule-caesar + + ;; [obsoleted modules] If you would like to + ;; install following, please activate them. + ;; atype file-detect + )) ;;; APEL-ELS ends here