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

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

[nongnu] elpa/csv2ledger 0d3a88f8bc 062/190: Rename `valuation` field to


From: ELPA Syncer
Subject: [nongnu] elpa/csv2ledger 0d3a88f8bc 062/190: Rename `valuation` field to `effective`.
Date: Sun, 2 Jun 2024 15:59:46 -0400 (EDT)

branch: elpa/csv2ledger
commit 0d3a88f8bc38e44e89faff5173f6e66001a9557d
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>

    Rename `valuation` field to `effective`.
---
 csv2ledger.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index 3919f112cf..65ba840e0d 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -79,7 +79,7 @@ instead of the payee as the title of the entry."
   :type 'string
   :group 'csv2ledger)
 
-(defcustom c2l-csv-columns '(date valuation description sender payee amount)
+(defcustom c2l-csv-columns '(date effective description sender payee amount)
   "List of columns in the CSV file.
 The data in the CSV file is extracted based on this list.  The
 order of elements in the list should therefore represent the



reply via email to

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