Mercurial > emacs
changeset 103371:261b17f9df8e
(calendar-time-zone-daylight-rules): Fix typo in 2008-04-02 change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 10 Jun 2009 01:32:55 +0000 |
parents | 41ae80668ddd |
children | 1c54e0632a49 |
files | lisp/ChangeLog lisp/calendar/cal-dst.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 10 01:27:10 2009 +0000 +++ b/lisp/ChangeLog Wed Jun 10 01:32:55 2009 +0000 @@ -1,3 +1,8 @@ +2009-06-10 Glenn Morris <rgm@gnu.org> + + * calendar/cal-dst.el (calendar-time-zone-daylight-rules): + Fix typo in 2008-04-02 change. + 2009-06-10 Kenichi Handa <handa@m17n.org> * composite.el (compose-gstring-for-terminal): For zero-width
--- a/lisp/calendar/cal-dst.el Wed Jun 10 01:27:10 2009 +0000 +++ b/lisp/calendar/cal-dst.el Wed Jun 10 01:32:55 2009 +0000 @@ -229,7 +229,7 @@ (setq date (cond ((eq (car rule) 'calendar-nth-named-day) (eval (cons 'calendar-nth-named-absday (cdr rule)))) ((eq (car rule) 'calendar-gregorian-from-absolute) - (eval (cdr rule))) + (eval (cadr rule))) (t (calendar-absolute-from-gregorian (eval rule))))) (or (equal (current-time-zone (calendar-time-from-absolute date prevday-sec))