X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=23adfa8feda089c8e877892212a6e9b5eb25aecf;hb=4dd2b868d1a6a34d4e740d501f72b1de403d237f;hp=7bb014de3e584968fe5071eb5f42834672fedfe0;hpb=0cf301d559a6db7f26147a7425e733837b41bf44;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 7bb014d..23adfa8 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,8 +1,17 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.1 1997-03-04 14:29:50 morioka Exp $ -;;; -(setq apel-modules '(alist atype file-detect)) +;; 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