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

    Add comment line denoting section for user option functions.
---
 csv2ledger.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/csv2ledger.el b/csv2ledger.el
index d66e0cc094..1aa3189759 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -189,6 +189,8 @@ This should most likely be set to the same value as
 (defvar c2l--accounts nil "List of ledger accounts, mainly used for 
completion.")
 (defvar c2l--results-buffer nil "Buffer for conversion results.")
 
+;;; Functions for use as values of customisation options.
+
 (defun c2l-convert-little-endian-to-iso8601-date (date)
   "Convert DATE from a little-endian format to an ISO 8601 format.
 DATE should be a string representing a date of the form

Reply via email to