X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=6e972cf6c7ba473c4a83d9caaaa25e2aa31e9c7c;hp=23adfa8feda089c8e877892212a6e9b5eb25aecf;hpb=5ea474831d78508f967640442ec65d0bc3924aa3;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 23adfa8..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,17 +1,19 @@ -;;; -*-Emacs-Lisp-*- +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- -;; APEL-ELS: list of APEL modules to install +;;; Commentary: -;;; Code: +;; APEL-MK imports `apel-modules' from here. -(setq apel-modules '(alist calist - path-util filename install - mule-caesar +;;; Code: - ;; [obsoleted modules] If you would like to - ;; install following, please activate them. +(defvar apel-modules '(alist calist path-util filename install + ;; "mule-caesar" is version-dependent. + ;; moved to EMU-ELS. + ;; mule-caesar - ;; atype file-detect - )) + ;; [obsoleted modules] If you would like to + ;; install following, please activate them. + ;; atype file-detect + )) ;;; APEL-ELS ends here