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