# HG changeset patch # User Glenn Morris # Date 1205549904 0 # Node ID 8a8f8559d11d085d4cc944c812f31c001266126f # Parent 943c6058b43a611774db7a8f88e4768258fee15a Formatting changes only. diff -r 943c6058b43a -r 8a8f8559d11d lisp/calendar/cal-dst.el --- a/lisp/calendar/cal-dst.el Sat Mar 15 02:57:58 2008 +0000 +++ b/lisp/calendar/cal-dst.el Sat Mar 15 02:58:24 2008 +0000 @@ -143,8 +143,8 @@ "Return the time of the next time zone transition after TIME. Both TIME and the result are acceptable arguments to `current-time-zone'. Return nil if no such transition can be found." - (let* ((base 65536) ;; 2^16 = base of current-time output - (quarter-multiple 120) ;; approx = (seconds per quarter year) / base + (let* ((base 65536) ; 2^16 = base of current-time output + (quarter-multiple 120) ; approx = (seconds per quarter year) / base (time-zone (current-time-zone time)) (time-utc-diff (car time-zone)) hi @@ -221,7 +221,7 @@ '((calendar-gregorian-from-absolute (calendar-absolute-from-persian (list 7 1 (- year 621)))))))) - (prevday-sec (- -1 utc-diff)) ;; last sec of previous local day + (prevday-sec (- -1 utc-diff)) ; last sec of previous local day (year (1+ y))) ;; Scan through the next few years until only one rule remains. (while (let ((rules candidate-rules)