From 510a7c4e6c58d296d93941b193729b1d91dbb927 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Thu, 21 Feb 2013 15:31:58 -0700 Subject: Position point at beginning of line on posting being reconciled. --- lisp/ldg-reconcile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 58f179f4..6a9d05fd 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -198,6 +198,7 @@ numbers" (forward-char) (recenter) (ledger-highlight-xact-under-point) + (forward-char -1) (if come-back (switch-to-buffer-other-window cur-buf)))))) -- cgit v1.2.3