diff options
Diffstat (limited to 'lisp/ledger-occur.el')
-rw-r--r-- | lisp/ledger-occur.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-occur.el b/lisp/ledger-occur.el index 9287ed13..0851307e 100644 --- a/lisp/ledger-occur.el +++ b/lisp/ledger-occur.el @@ -164,7 +164,7 @@ Used for coordinating `ledger-occur' with other buffers, like reconcile." ;; if something found (when (setq endpoint (re-search-forward regex nil 'end)) (save-excursion - (let ((bounds (ledger-find-xact-extents (match-beginning 0)))) + (let ((bounds (ledger-navigate-find-xact-extents (match-beginning 0)))) (push bounds lines) (setq curpoint (cadr bounds)))) ;; move to the end of ;; the xact, no need to |