;; Applied patch from Yuuichi Teranishi <teranisi@gohome.org>.
authoryamaoka <yamaoka>
Mon, 26 Mar 2001 03:54:01 +0000 (03:54 +0000)
committeryamaoka <yamaoka>
Mon, 26 Mar 2001 03:54:01 +0000 (03:54 +0000)
* EMU-ELS: Add checking whether the native timezone.el has an old date string
 parser.

ChangeLog
EMU-ELS

index 25d6610..6117aea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * EMU-ELS: Add checking whether the native timezone.el has an old
+       date string parser.
+
 2001-03-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
 
        * timezone.el (timezone-parse-date): Import from Emacs-20.7.
diff --git a/EMU-ELS b/EMU-ELS
index 43ddc3b..20cb837 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
                            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