Use new current month/day forms.
This commit is contained in:
parent
03520fc63b
commit
fc0d87cbdd
4 changed files with 51 additions and 45 deletions
|
@ -83,9 +83,9 @@
|
|||
(reverse cal)
|
||||
(loop (cal-month-add cm)
|
||||
(cons (list cm
|
||||
(parameterize ((*current-month* cm)
|
||||
(*current-day* (cal-ensure-day cm)))
|
||||
(brmember-flags mr)))
|
||||
(with-current-month
|
||||
cm
|
||||
(brmember-flags mr)))
|
||||
cal))))))
|
||||
|
||||
;; Returns the first month of the calendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue