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