[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/timezone.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/timezone.el |
Date: |
Sun, 10 Jul 2005 13:19:29 -0400 |
Index: emacs/lisp/timezone.el
diff -c emacs/lisp/timezone.el:1.33 emacs/lisp/timezone.el:1.34
*** emacs/lisp/timezone.el:1.33 Mon Jul 4 23:08:58 2005
--- emacs/lisp/timezone.el Sun Jul 10 17:19:28 2005
***************
*** 149,155 ****
(time nil)
(zone nil)) ;This may be nil.
(cond ((string-match
! "\\([0-9]+\\)[ \t]+\\([^ \t,]+\\)[ \t]+\\([0-9]+\\)[
\t]+\\([0-9]+:[0-9:]+\\)[ \t]*\\([-+a-zA-Z0-9]+\\)" date)
;; Styles: (1) and (2) with timezone and buggy timezone
;; This is most common in mail and news,
;; so it is worth trying first.
--- 149,155 ----
(time nil)
(zone nil)) ;This may be nil.
(cond ((string-match
! "\\([0-9]+\\)[ \t]+\\([^ \t,]+\\)[ \t]+\\([0-9]+\\)[
\t]+\\([0-9]+:[0-9:]+\\)[ \t]+\\([-+a-zA-Z0-9]+\\)" date)
;; Styles: (1) and (2) with timezone and buggy timezone
;; This is most common in mail and news,
;; so it is worth trying first.