From 497d668778e17e08ac91695ba1cb5da50612cd0a Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Fri, 1 Mar 2013 23:29:31 -0700 Subject: Clean up the reconcile balance display code --- lisp/ldg-reconcile.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/ldg-reconcile.el') diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index f64f1bca..33c9f06f 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -156,8 +156,7 @@ target-delta of the account being reconciled." (ledger-do-reconcile) (set-buffer-modified-p t) (goto-char (point-min)) - (forward-line line) - (ledger-display-balance))) + (forward-line line))) (defun ledger-reconcile-refresh-after-save () "Refresh the recon-window after the ledger buffer is saved." -- cgit v1.2.3