Ignore invalid markers.

This commit is contained in:
Dominik Pantůček 2023-03-20 13:59:08 +01:00
parent bc0420bbc0
commit 056644ff66
2 changed files with 6 additions and 1 deletions

View file

@ -56,6 +56,8 @@
;; 'quiet - ignore
(define *member-file-check-syntax* (make-parameter 'error))
;; Default as specified by the original implementation if the 'joined
;; key is missing in member file.
(define *member-default-joined* (make-parameter (make-month 2015 1)))
)