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 | 9d02faa7aa45eb82b0c0ad35f8cfeb0491ea29cd (patch) | |
tree | aa468363d6d69a45928b647c6f2da01756a40458 /lisp/timezone.el | |
parent | 2abc0cca8884def527557395f1660eb72e82914c (diff) | |
download | emacs-9d02faa7aa45eb82b0c0ad35f8cfeb0491ea29cd.tar.gz |
(timezone-parse-date): Fix previous change.
Diffstat (limited to 'lisp/timezone.el')
-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) |