update.
[elisp/apel.git] / APEL-ELS
index a9d4e15..23adfa8 100644 (file)
--- 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