Handle types correctly, fix body membership.
This commit is contained in:
parent
34f54b2bb0
commit
0c3ebde1fb
3 changed files with 8 additions and 4 deletions
|
@ -83,7 +83,8 @@
|
|||
(reverse cal)
|
||||
(loop (cal-month-add cm)
|
||||
(cons (list cm
|
||||
(parameterize ((*current-month* cm))
|
||||
(parameterize ((*current-month* cm)
|
||||
(*current-day* (cal-ensure-day cm)))
|
||||
(brmember-flags mr)))
|
||||
cal))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue