* Makefile : Apply patch from TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
[elisp/apel.git] / APEL-ELS
index 23adfa8..98de7e6 100644 (file)
--- a/APEL-ELS
+++ b/APEL-ELS
@@ -1,17 +1,19 @@
-;;; -*-Emacs-Lisp-*-
+;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*-
 
-;; APEL-ELS: list of APEL modules to install
+;;; Commentary:
 
-;;; Code:
+;; APEL-MK imports `apel-modules' from here.
 
-(setq apel-modules '(alist calist
-                          path-util filename install
-                          mule-caesar
+;;; Code:
 
-                          ;; [obsoleted modules] If you would like to
-                          ;; install following, please activate them.
+(defvar apel-modules '(alist calist path-util filename install
+                            ;; "mule-caesar" is version-dependent.
+                            ;; moved to EMU-ELS.
+                            ;; mule-caesar
 
-                          ;; atype file-detect
-                          ))
+                            ;; [obsoleted modules] If you would like to
+                            ;; install following, please activate them.
+                            ;; atype file-detect
+                            ))
 
 ;;; APEL-ELS ends here