Prevent point from being at the end of line when ledger-reconcile-toggle is called

This commit is contained in:
Craig Earls 2013-02-21 06:43:00 -07:00
parent a4e76727be
commit 2fd1574cf2

View file

@ -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)