* Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
[elisp/apel.git] / APEL-ELS
index e1c50af..98de7e6 100644 (file)
--- a/APEL-ELS
+++ b/APEL-ELS
@@ -1,22 +1,19 @@
-;;; -*-Emacs-Lisp-*-
+;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*-
 
-;; APEL-ELS: list of APEL modules to install
+;;; Commentary:
 
-;;; Code:
-
-(setq apel-modules '(alist calist
-                          path-util filename install
-                          mule-caesar
+;; APEL-MK imports `apel-modules' from here.
 
-                          ;; [obsoleted modules] If you would like to
-                          ;; install following, please activate them.
+;;; Code:
 
-                          ;; atype file-detect
-                          ))
+(defvar apel-modules '(alist calist path-util filename install
+                            ;; "mule-caesar" is version-dependent.
+                            ;; moved to EMU-ELS.
+                            ;; mule-caesar
 
-(if (or (< emacs-major-version 19)
-       (and (eq emacs-major-version 19) (< emacs-minor-version 16)))
-    (setq apel-modules (cons 'time-stamp apel-modules))
-  )
+                            ;; [obsoleted modules] If you would like to
+                            ;; install following, please activate them.
+                            ;; atype file-detect
+                            ))
 
 ;;; APEL-ELS ends here