diff options
author | Vinod Kurup <vinod@kurup.com> | 2013-09-07 06:56:22 -0400 |
---|---|---|
committer | Vinod Kurup <vinod@kurup.com> | 2013-09-07 06:56:22 -0400 |
commit | 816f4405b067751ff5081343e633a3ace131e6f0 (patch) | |
tree | b3c6acd67db87696f5459833589f098e4fb89046 /lisp | |
parent | bba851b8304ef1bb432bb0dc41b1e5c57bc9cc61 (diff) | |
download | fork-ledger-816f4405b067751ff5081343e633a3ace131e6f0.tar.gz fork-ledger-816f4405b067751ff5081343e633a3ace131e6f0.tar.bz2 fork-ledger-816f4405b067751ff5081343e633a3ace131e6f0.zip |
Move past the commodity sign
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ledger-xact.el | 3 |
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." |