From: yamaoka Date: Mon, 26 Mar 2001 03:54:15 +0000 (+0000) Subject: ;; Applied patch from Yuuichi Teranishi . X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c59210eadde6a7165d893755a6558c818a90ad45;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 73edff6..6d608d2 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