X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=fcd8e41edad4c4bc4df9c8ed25e83ed8eeb46e40;hp=46a44cc4d87fe08027390761362ae641cd975deb;hpb=d273587fc442fd73783bcd01817a89a0f5a182e8;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 46a44cc..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,11 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.9 1998-04-24 19:12:39 morioka Exp $ -;;; - -(setq apel-modules '(alist calist atype - path-util filename install - 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