Merge commit '38315cfba2a4677ed3d7df81e3f4a5d28f1f4a1b' into next
Conflicts: lisp/ledger-xact.el
This commit is contained in:
commit
1b3dfe93c5
1 changed files with 2 additions and 4 deletions
|
|
@ -89,10 +89,8 @@ MOMENT is an encoded date"
|
|||
(when (and (eobp) last-xact-start)
|
||||
(let ((end (cadr (ledger-navigate-find-xact-extents last-xact-start))))
|
||||
(goto-char end)
|
||||
(if (= (line-beginning-position) (line-end-position))
|
||||
(insert "\n")
|
||||
(insert "\n\n")
|
||||
(forward-line))))))
|
||||
(insert "\n")
|
||||
(forward-line)))))
|
||||
|
||||
(defun ledger-xact-iterate-transactions (callback)
|
||||
"Iterate through each transaction call CALLBACK for each."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue