Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ledger-copy-transaction-at-point: Handle transaction with no amounts
This fixes a bug where ledger-next-amount might move point to some other transaction, rather than the one we just copied. Also, remove a redundant check for the return value of re-search-forward, since it is not being used (it always returns non-nil, or errors, if the NOERROR argument is omitted).
- Loading branch information