Add the print module.

This commit is contained in:
Dominik Pantůček 2023-03-25 21:37:17 +01:00
parent 7ca7f996c4
commit 2d0ff00ffb
4 changed files with 124 additions and 2 deletions

View file

@ -86,6 +86,8 @@
(if ok?
mr1
(member-record-add-highlight mr1 line-number msg 3 'error))))
((joined)
(member-record-sub-set mr output key (string->month (car value))))
(else
(member-record-sub-set mr output key (car value))))))))