summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-reconcile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index 5314f554..e0ba1ea7 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -262,7 +262,8 @@
'previous-line
'mouse-set-point
'ledger-reconcile-toggle))
- (ledger-reconcile-visit t)))
+ (save-excursion
+ (ledger-reconcile-visit t))))
(defun ledger-reconcile (account)
(interactive "sAccount to reconcile: ")