Support cal-day in joined/destroyed.
This commit is contained in:
parent
9a55a56c6a
commit
82a4742914
3 changed files with 7 additions and 5 deletions
|
@ -96,7 +96,7 @@
|
|||
(kind (cadr mk)))
|
||||
(foldl (lambda (mr value)
|
||||
(let* ((mspec (string-first+rest (car value)))
|
||||
(month (string->cal-month (car mspec)))
|
||||
(month (parse-cal-day/month (car mspec)))
|
||||
(comment (cdr mspec)))
|
||||
(if month
|
||||
(brmember-sub-prepend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue