ledger-mode: Add missing argument to ledger-delete-current-transaction
This commit is contained in:
parent
6eca277bbc
commit
12816a77e3
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ Return the number of uncleared xacts found."
|
|||
(when (ledger-reconcile-get-buffer where)
|
||||
(with-current-buffer (ledger-reconcile-get-buffer where)
|
||||
(ledger-goto-line (cdr where))
|
||||
(ledger-delete-current-transaction))
|
||||
(ledger-delete-current-transaction (point)))
|
||||
(let ((inhibit-read-only t))
|
||||
(goto-char (line-beginning-position))
|
||||
(delete-region (point) (1+ (line-end-position)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue