(detect-mime-charset-region): Don't call
[elisp/apel.git] / APEL-ELS
index b18c58b..23adfa8 100644 (file)
--- 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