summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-12-24 02:59:28 +0000
committerRichard M. Stallman <rms@gnu.org>2006-12-24 02:59:28 +0000
commita9621aa9c702017abc2ca0bdf4651c6be84ccbc6 (patch)
treeb4d725fce57b55a7bb09aabb6bc707d01f9415f0 /lisp
parented589f9aa29fc19ec15c9900aa5c77b6a6c9614d (diff)
downloademacs-a9621aa9c702017abc2ca0bdf4651c6be84ccbc6.tar.gz
emacs-a9621aa9c702017abc2ca0bdf4651c6be84ccbc6.tar.bz2
emacs-a9621aa9c702017abc2ca0bdf4651c6be84ccbc6.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-dst.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el
index 2f7e4ac88fd..ddd317de106 100644
--- a/lisp/calendar/cal-dst.el
+++ b/lisp/calendar/cal-dst.el
@@ -346,6 +346,7 @@ This function respects the value of `calendar-dst-check-each-year-flag'."
(cadr (calendar-dst-find-startend year))
(nth 4 calendar-current-time-zone-cache))))
(if expr (eval expr)))
+ ;; New US rules commencing 2007. ftp://elsie.nci.nih.gov/pub/.
(and (not (zerop calendar-daylight-time-offset))
(calendar-nth-named-day 2 0 3 year))))
@@ -356,6 +357,7 @@ This function respects the value of `calendar-dst-check-each-year-flag'."
(nth 2 (calendar-dst-find-startend year))
(nth 5 calendar-current-time-zone-cache))))
(if expr (eval expr)))
+ ;; New US rules commencing 2007. ftp://elsie.nci.nih.gov/pub/.
(and (not (zerop calendar-daylight-time-offset))
(calendar-nth-named-day 1 0 11 year))))