branch: elpa/csv2ledger commit 60601a3c980da32bb52a2e92cad2c0a56ff6c38b Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix c2l-set-matcher-regexp --- csv2ledger.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv2ledger.el b/csv2ledger.el index 8820b2eee1..05b0d3bd77 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -250,7 +250,7 @@ If `c2l-matcher-regexps' already has a value, do not change it, unless FORCE is non-nil. Return the (new) value of `c2l-matcher-regexps'." (when (or force - c2l-matcher-regexps) + (not c2l-matcher-regexps)) (setq-local c2l-matcher-regexps (thread-first c2l-account-matchers-file (c2l--read-account-matchers-file)