diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-08 00:08:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-08 00:08:49 +0000 |
commit | dcb11c2b3a5b3f377b856f35e88e721cfd7a508a (patch) | |
tree | fea53160ecb7e8dd3273a8727ba33c31f30ed2b7 /lisp | |
parent | 35172d2377f0a93c3cf1df9cc20eec4524f57092 (diff) | |
download | emacs-dcb11c2b3a5b3f377b856f35e88e721cfd7a508a.tar.gz |
(timezone-parse-date): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/timezone.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |