X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=6218545e03e41f00deca77f46a0f8fb761cd8cfe;hp=bb34bd6585614fc8f01db0c3e06e602db4ceb8b9;hpb=30bc58488290da3d57388941de6ecf6784b10496;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index bb34bd6..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,10 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.5 1997-05-09 01:23:44 morioka Exp $ -;;; - -(setq apel-modules '(alist atype file-detect filename install - std11 std11-parse - mule-caesar)) +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- + +;;; 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