From dcb11c2b3a5b3f377b856f35e88e721cfd7a508a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 8 Jul 1996 00:08:49 +0000 Subject: (timezone-parse-date): Fix previous change. --- lisp/timezone.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/timezone.el b/lisp/timezone.el index 4d886ebe221..8ab2c215bde 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el @@ -130,7 +130,7 @@ Understands the following styles: (4) 6 May 1992 1641-JST (Wednesday) (5) 22-AUG-1993 10:59:12.82 (6) Thu, 11 Apr 16:17:12 91 [MET] - (7) Mon, 6 Jul 16:47:20 T 1992 [MET]" + (7) Mon, 6 Jul 16:47:20 T 1992 [MET] (8) 1996-06-24 21:13:12 [GMT]" ;; Get rid of any text properties. (and (stringp date) -- cgit v1.2.1