Prevent point from being at the end of line when ledger-reconcile-toggle is called
This commit is contained in:
parent
a4e76727be
commit
2fd1574cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ numbers"
|
||||||
(defun ledger-reconcile-toggle ()
|
(defun ledger-reconcile-toggle ()
|
||||||
"Toggle the current transaction, and mark the recon window."
|
"Toggle the current transaction, and mark the recon window."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(beginning-of-line)
|
||||||
(let ((where (get-text-property (point) 'where))
|
(let ((where (get-text-property (point) 'where))
|
||||||
(inhibit-read-only t)
|
(inhibit-read-only t)
|
||||||
status)
|
status)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue