X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=23adfa8feda089c8e877892212a6e9b5eb25aecf;hb=190515f6ffb1a16907b2c1704d8339e85d4e2f3a;hp=a9d4e1568d6dafad7f8e2061cd06d8d208512cbd;hpb=891aae080e7eee3f66c961188f741b07c59caf86;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index a9d4e15..23adfa8 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,9 +1,17 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.4 1997-04-03 17:14:39 morioka Exp $ -;;; -(setq apel-modules '(alist atype file-detect filename install - std11 std11-parse)) +;; APEL-ELS: list of APEL modules to install + +;;; Code: + +(setq apel-modules '(alist calist + path-util filename install + mule-caesar + + ;; [obsoleted modules] If you would like to + ;; install following, please activate them. + + ;; atype file-detect + )) ;;; APEL-ELS ends here