From 2fd1574cf2e969c7da7bf346837d859ac6ae90c9 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Thu, 21 Feb 2013 06:43:00 -0700 Subject: Prevent point from being at the end of line when ledger-reconcile-toggle is called --- lisp/ldg-reconcile.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/ldg-reconcile.el') diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 623d7230..e040359d 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -112,6 +112,7 @@ numbers" (defun ledger-reconcile-toggle () "Toggle the current transaction, and mark the recon window." (interactive) + (beginning-of-line) (let ((where (get-text-property (point) 'where)) (inhibit-read-only t) status) -- cgit v1.2.3