X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=23adfa8feda089c8e877892212a6e9b5eb25aecf;hb=408d973cbacdb4d02df4042ac1703cb67c342fea;hp=b18c58bdd726517210f73e32fd13518f2d5df42d;hpb=25ba83e7482f016748f80be3d836bae8189a4922;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index b18c58b..23adfa8 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,8 +1,17 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.2 1997-03-04 14:30:21 morioka Exp $ -;;; -(setq apel-modules '(alist atype file-detect filename)) +;; 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