This commit was manufactured by cvs2svn to create branch 'apel-shubit'.
[elisp/apel.git] / EMU-ELS
diff --git a/EMU-ELS b/EMU-ELS
index 542d2ce..6865884 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
@@ -16,9 +16,8 @@
   (nconc
    ;; modules are sorted by compilation order.
    '(static broken)
-
-   ;; product information.
-   '(product apel-ver)
+   ;; coming soon.
+   ;; '(product)
 
    ;; poe modules; poe modules depend on static.
    '(pym)
            (or (< emacs-major-version 19)
                (and (= emacs-major-version 19)
                     (< emacs-minor-version 16))))
-       '(time-stamp)
-     ;; no problem.
-     '())
+       '(time-stamp))
 
    ;; timezone.el; Some versions have Y2K problem.
-   (condition-case nil
-       (let ((load-path (delete (expand-file-name ".")
-                               (copy-sequence load-path))))
-        ;; v18 does not have timezone.el.
-        (require 'timezone)
-        ;; Is timezone.el APEL version?
-        (if (product-find 'timezone)
-            (error "timezone.el is APEL version. Install newer version."))
-        ;; Y2K test.
-        (or (string= (aref (timezone-parse-date "Sat, 1 Jan 00 00:00:00 GMT")
-                           0)
-                     "2000")
-            (error "timezone.el has Y2K problem. Install fixed version."))
-        ;; no problem.
-        '())
-     (error
-      '(timezone)))
+   ;; coming soon.
 
    ;; invisible modules; provided for backward compatibility with old "tm".
    (cond