From: yamaoka Date: Mon, 26 Mar 2001 03:54:01 +0000 (+0000) Subject: ;; Applied patch from Yuuichi Teranishi . X-Git-Tag: apel-10_3-1~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=19725899ea136208f1f6744d3fc6aaab825f818c;p=elisp%2Fapel.git ;; Applied patch from Yuuichi Teranishi . * EMU-ELS: Add checking whether the native timezone.el has an old date string parser. --- diff --git a/ChangeLog b/ChangeLog index 25d6610..6117aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-26 Yuuichi Teranishi + + * EMU-ELS: Add checking whether the native timezone.el has an old + date string parser. + 2001-03-23 TSUCHIYA Masatoshi * timezone.el (timezone-parse-date): Import from Emacs-20.7. diff --git a/EMU-ELS b/EMU-ELS index 43ddc3b..20cb837 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -173,6 +173,12 @@ 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