update.
[elisp/apel.git] / APEL-ELS
index 02cab0a..98de7e6 100644 (file)
--- a/APEL-ELS
+++ b/APEL-ELS
@@ -1,11 +1,19 @@
-;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: APEL-ELS,v 1.8 1998-04-10 15:06:43 morioka Exp $
-;;;
-
-(setq apel-modules '(alist calist atype
-                          path-util filename install
-                          mule-caesar
-                          file-detect))
+;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*-
+
+;;; Commentary:
+
+;; APEL-MK imports `apel-modules' from here.
+
+;;; Code:
+
+(defvar apel-modules '(alist calist path-util filename install
+                            ;; "mule-caesar" is version-dependent.
+                            ;; moved to EMU-ELS.
+                            ;; mule-caesar
+
+                            ;; [obsoleted modules] If you would like to
+                            ;; install following, please activate them.
+                            ;; atype file-detect
+                            ))
 
 ;;; APEL-ELS ends here