branch: elpa/csv2ledger
commit a9bc221c12332b8c199555adf1314db01fbf5bc1
Author: Joost Kremers <joostkrem...@fastmail.fm>
Commit: Joost Kremers <joostkrem...@fastmail.fm>

    Require subr-x for string functions.
    
    The byte compiler complains about `string-join` and `string-empty-p`.
---
 csv2ledger.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csv2ledger.el b/csv2ledger.el
index 14daf842cf..f380938149 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -31,6 +31,7 @@
 ;;; Code:
 
 (require 'ledger-mode)
+(require 'subr-x)
 (require 'parse-csv)
 (require 'csv-mode)
 (require 'dash)

Reply via email to