From acfc97d6d3add21222b64f624364734a8133924b Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 6 Feb 2016 02:35:36 +0100 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') 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