X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=a2b45ce67960b473ec33f6c156be6ea1a49eddd5;hp=b18c58bdd726517210f73e32fd13518f2d5df42d;hpb=25ba83e7482f016748f80be3d836bae8189a4922;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index b18c58b..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,8 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.2 1997-03-04 14:30:21 morioka Exp $ -;;; +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- -(setq apel-modules '(alist atype file-detect filename)) +;;; 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