summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-01-29 12:04:10 -0800
committerJohn Wiegley <johnw@newartisans.com>2013-01-29 12:04:10 -0800
commit6410f391f9f6b24c20f0146599199b5e868007a4 (patch)
tree25dcf479e7f649a1031b63c24de135c6b7b2f4fb /lisp/ldg-reconcile.el
parentde8974c6e51ad8e77a97c9b4d2aa89e6d5790133 (diff)
parent426e1056518301456959e27fd0bbb16829274a1b (diff)
downloadfork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.tar.gz
fork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.tar.bz2
fork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.zip
Merge pull request #135 from enderw88/emacs-mode-easy-load
Fixed the new ledger mod so that loading leg-new.el is sufficient
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r--lisp/ldg-reconcile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index 73409e66..08dbc587 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -203,3 +203,5 @@
(define-key map [menu-bar ldg-recon-menu sav] '("Save" . ledger-reconcile-save))
(use-local-map map)))
+
+(provide 'ldg-reconcile) \ No newline at end of file