Unify finders naming.

This commit is contained in:
Dominik Pantůček 2023-04-13 20:02:28 +02:00
parent 25d0a806ce
commit 4893d1e7d5
6 changed files with 29 additions and 24 deletions

View file

@ -276,7 +276,7 @@
(apply cards-export MB (-fname-))
(print "Cards export disabled with manually specified current month.")))
((problems)
(let ((num (let loop ((mb (members-base-members MB))
(let ((num (let loop ((mb (mbase-members MB))
(num 0))
(if (null? mb)
num