emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/csv2ledger 60601a3c98 1/2: Fix c2l-set-matcher-regexp


From: ELPA Syncer
Subject: [nongnu] elpa/csv2ledger 60601a3c98 1/2: Fix c2l-set-matcher-regexp
Date: Tue, 4 Jun 2024 10:00:06 -0400 (EDT)

branch: elpa/csv2ledger
commit 60601a3c980da32bb52a2e92cad2c0a56ff6c38b
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]