diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-14 03:10:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-14 03:10:37 +0000 |
commit | ad2903ec12dfe5e5dc2e261a841696ffd5d0447a (patch) | |
tree | 51f6905da47eb5de2d864283413626f416d60334 /lisp/calendar/cal-iso.el | |
parent | 465323b6648ebaf03f6af84644e1726213f70eef (diff) | |
download | emacs-ad2903ec12dfe5e5dc2e261a841696ffd5d0447a.tar.gz |
Re-indent.
Diffstat (limited to 'lisp/calendar/cal-iso.el')
-rw-r--r-- | lisp/calendar/cal-iso.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 65b1debb672..2dbe97df2a5 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el @@ -67,8 +67,9 @@ date Sunday, December 31, 1 BC." (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) |