Skip to content

Commit

Permalink
autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh committed Apr 28, 2023
1 parent 71ac553 commit 07f1546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expenses.el
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ Column number starts with 0, i.e., second column has column no 1."
(category-col (nth 5 profile)))
(expenses-import-expense file-name sep date-col debit-col date-format narrative-col category-col)))

;;;###autoload
(defun expenses-sort-and-save-table-by-dates (date &optional user)
"Sort the expense table for a given DATE and USER by entry dates."
(interactive
Expand Down

0 comments on commit 07f1546

Please sign in to comment.