emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-dst.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-dst.el,v
Date: Thu, 13 Mar 2008 06:19:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/13 06:19:07

Index: cal-dst.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-dst.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- cal-dst.el  8 Mar 2008 20:39:31 -0000       1.36
+++ cal-dst.el  13 Mar 2008 06:19:07 -0000      1.37
@@ -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
@@ -208,7 +208,8 @@
              (calendar-for-loop j from (max 2 (- d 6)) to (min d (- last 8)) do
                (setq l
                      (cons
-                      (list 'calendar-nth-named-day 1 weekday m 'year j)
+                                       (list 'calendar-nth-named-day
+                                             1 weekday m 'year j)
                       l)))
             l)
           ;; 01-01 and 07-01 for this year's Persian calendar.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]