(file-coding): Provide it for XEmacs 20.4 or earlier with MULE.
[elisp/apel.git] / APEL-ELS
index 82fb729..e1c50af 100644 (file)
--- a/APEL-ELS
+++ b/APEL-ELS
@@ -1,12 +1,22 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: APEL-ELS,v 1.7 1998-03-15 11:48:02 morioka Exp $
-;;;
 
-(setq apel-modules '(alist calist atype
+;; APEL-ELS: list of APEL modules to install
+
+;;; Code:
+
+(setq apel-modules '(alist calist
                           path-util filename install
-                          std11 std11-parse
                           mule-caesar
-                          file-detect))
+
+                          ;; [obsoleted modules] If you would like to
+                          ;; install following, please activate them.
+
+                          ;; atype file-detect
+                          ))
+
+(if (or (< emacs-major-version 19)
+       (and (eq emacs-major-version 19) (< emacs-minor-version 16)))
+    (setq apel-modules (cons 'time-stamp apel-modules))
+  )
 
 ;;; APEL-ELS ends here