From fa1702d68458e400d57d61b5cbec20ec4027dbb7 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Mon, 11 Feb 2013 11:12:50 -0700 Subject: Bug 886 Cannot unclear transaction on last line reconciliation buffer --- lisp/ldg-reconcile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 5f023eb5..a53f2ade 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -97,6 +97,7 @@ (line-end-position) (list 'face 'ledger-font-reconciler-uncleared-face )))) (forward-line) + (beginning-of-line) (ledger-display-balance))) (defun ledger-reconcile-new-account (account) -- cgit v1.2.3