* mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the default
[elisp/apel.git] / EMU-ELS
diff --git a/EMU-ELS b/EMU-ELS
index 677ebfc..20cb837 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
 
    ;; pccl modules; pccl modules depend on broken.
    (cond
-    ((featurep 'mule)
+    ((featurep 'xemacs)
      (cond
       ;; XEmacs 21 w/ mule.
-      ((and (featurep 'xemacs)
+      ((and (featurep 'mule)
            (>= emacs-major-version 21))
        '(pccl-20 pccl))
+      (t
+       '(pccl))))
+    ((featurep 'mule)
+     (cond
       ;; Emacs 20.
       ((>= emacs-major-version 20)
        '(pccl-20 pccl))
+      ;; Mule 1.* and 2.*.
       (t
-       ;; Mule 1.* and 2.*.
        '(pccl-om pccl))))
-     (t
-      '(pccl)))
+    (t
+     '(pccl)))
 
    ;; pces modules; pces modules depend on poe.
    (cond
                            0)
                      "2000")
             (error "timezone.el has Y2K problem. Install fixed version."))
+        ;; Old parser test.
+        (if (string=
+             (aref (timezone-parse-date "Wednesday, 31-Jan-01 09:00:00 GMT")
+                   0)
+             "0")
+            (error "timezone.el has old date parser. Install fixed version."))
         ;; no problem.
         '())
      (error