summaryrefslogtreecommitdiff
path: root/lisp/ledger-xact.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledger-xact.el')
-rw-r--r--lisp/ledger-xact.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ledger-xact.el b/lisp/ledger-xact.el
index 25413e43..9629dca0 100644
--- a/lisp/ledger-xact.el
+++ b/lisp/ledger-xact.el
@@ -150,7 +150,8 @@ MOMENT is an encoded date"
(backward-paragraph 2)
(re-search-forward ledger-iso-date-regexp)
(replace-match date)
- (ledger-next-amount)))
+ (ledger-next-amount)
+ (forward-char 2)))
(defun ledger-delete-current-transaction (pos)
"Delete the transaction surrounging point."