X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=6362a76695a230cf04f5da6109a24044949df6da;hp=769b945342331870dcfa683f9a13ccf7feab65af;hpb=1ce958257204bd3f3271e182c3c3aac64103978b;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 769b945..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,12 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.6 1997-11-06 15:47:18 morioka Exp $ -;;; - -(setq apel-modules '(alist atype - path-util filename install - std11 std11-parse - mule-caesar - file-detect)) +;;; 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