From 6cbe04ca85453291326a8db5a53a5eb4f1665b68 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 7 Apr 2016 00:15:09 +0200 Subject: Require correct feature In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others. --- contrib/raw/ledger-matching.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/raw/ledger-matching.el') 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") -- cgit v1.2.3