summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-03-18 16:02:49 -0700
committerCraig Earls <enderw88@gmail.com>2013-03-18 16:02:49 -0700
commit124058d26aa976ca3b8bc2969c16cff6881f8155 (patch)
treebcaa9d649054e99683121ae1f79a647aaf698e0f /lisp/ldg-reconcile.el
parentadfd6bafc3e276b1e7266cf03e7ab54ac70f3f90 (diff)
parent5b7186ee1fd99e547b6a9f062f155a1a8050e9c3 (diff)
downloadfork-ledger-124058d26aa976ca3b8bc2969c16cff6881f8155.tar.gz
fork-ledger-124058d26aa976ca3b8bc2969c16cff6881f8155.tar.bz2
fork-ledger-124058d26aa976ca3b8bc2969c16cff6881f8155.zip
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r--lisp/ldg-reconcile.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index 40795ca2..511f8f70 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -209,9 +209,11 @@ Return the number of uncleared xacts found."
(dolist (buf (cons ledger-buf ledger-bufs))
(with-current-buffer buf
(save-buffer)))
- (set-buffer-modified-p nil)
- (ledger-display-balance)
- (goto-char curpoint)))
+ (with-current-buffer (get-buffer ledger-recon-buffer-name)
+ (set-buffer-modified-p nil)
+ (ledger-display-balance)
+ (goto-char curpoint)
+ (ledger-reconcile-visit t))))
(defun ledger-reconcile-finish ()
"Mark all pending posting or transactions as cleared.