]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 2006 02:59:28 +0000 (02:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 2006 02:59:28 +0000 (02:59 +0000)
lisp/calendar/cal-dst.el

index 2f7e4ac88fd8f000834d39f6d89f5c5a98ecb2b5..ddd317de106d298d4d97c291c1db730556a2addc 100644 (file)
@@ -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))))