Make sure the month-in-period treats everything as month.
This commit is contained in:
parent
e02fce55b4
commit
0f668cfa34
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
||||||
(define (cal-month-in-period? p . ml)
|
(define (cal-month-in-period? p . ml)
|
||||||
(let ((m (if (null? ml)
|
(let ((m (if (null? ml)
|
||||||
(*current-month*)
|
(*current-month*)
|
||||||
(car ml)))
|
(cal-ensure-month (car ml))))
|
||||||
(before (cal-ensure-month (cal-period-before p) #t))
|
(before (cal-ensure-month (cal-period-before p) #t))
|
||||||
(since (cal-ensure-month (cal-period-since p))))
|
(since (cal-ensure-month (cal-period-since p))))
|
||||||
(and (or (not before)
|
(and (or (not before)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue