X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=6a035e2edc196d6f1f0482c4fec18332388313bf;hp=82fb729e879db46ea5800a50afbcf290d8e067f4;hpb=6f2fe18628d85723a1ff1a9543fc744e8e332c3d;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 82fb729..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,12 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.7 1998-03-15 11:48:02 morioka Exp $ -;;; - -(setq apel-modules '(alist calist 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