diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2016-02-06 02:35:36 +0100 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-02-06 02:35:36 +0100 |
commit | acfc97d6d3add21222b64f624364734a8133924b (patch) | |
tree | 32960093d3bcd0d3ee27005d642cf106fd53d90c /contrib | |
parent | 9b49ade03a3e5d9089ee031bdf733004cee8a36e (diff) | |
download | fork-ledger-acfc97d6d3add21222b64f624364734a8133924b.tar.gz fork-ledger-acfc97d6d3add21222b64f624364734a8133924b.tar.bz2 fork-ledger-acfc97d6d3add21222b64f624364734a8133924b.zip |
Require correct feature
In `ledger-matching.el' require `ledger-report' instead of `ldg-report'.
That library was renamed like all the others.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/raw/ledger-matching.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/raw/ledger-matching.el b/contrib/raw/ledger-matching.el index b8e62dd9..36006a69 100644 --- a/contrib/raw/ledger-matching.el +++ b/contrib/raw/ledger-matching.el @@ -1,6 +1,6 @@ ;; This library is intended to allow me to view a receipt on one panel, and tie it to ledger transactions in another -(require 'ldg-report) +(require 'ledger-report) (defgroup ledger-matching nil "Ledger image matching") |