changeset 92902:d77fc175bcfc

Re-indent.
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 03:10:37 +0000
parents 4e7000070b61
children eaaa58ed78d4
files lisp/calendar/cal-iso.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-iso.el	Fri Mar 14 03:08:33 2008 +0000
+++ b/lisp/calendar/cal-iso.el	Fri Mar 14 03:10:37 2008 +0000
@@ -67,8 +67,9 @@
                   (calendar-gregorian-from-absolute (- date 3))))
          (year (+ approx
                   (calendar-sum y approx
-                      (>= date (calendar-absolute-from-iso (list 1 1 (1+ y))))
-                      1))))
+                                (>= date (calendar-absolute-from-iso
+                                          (list 1 1 (1+ y))))
+                                1))))
     (list
      (1+ (/ (- date (calendar-absolute-from-iso (list 1 1 year))) 7))
      (% date 7)