diff options
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r-- | lisp/ldg-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el index c6f15eed..973b891c 100644 --- a/lisp/ldg-mode.el +++ b/lisp/ldg-mode.el @@ -114,3 +114,4 @@ Return the difference in the format of a time value." (let ((bounds (ledger-current-entry-bounds))) (delete-region (car bounds) (cdr bounds)))) +(provide 'ldg-mode) |