diff options
Diffstat (limited to 'lisp/ledger-state.el')
-rw-r--r-- | lisp/ledger-state.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-state.el b/lisp/ledger-state.el index 4705e604..8822570d 100644 --- a/lisp/ledger-state.el +++ b/lisp/ledger-state.el @@ -85,7 +85,7 @@ achieved more certainly by passing the xact to ledger for formatting, but doing so causes inline math expressions to be dropped." (interactive) - (let ((bounds (ledger-find-xact-extents (point))) + (let ((bounds (ledger-navigate-find-xact-extents (point))) new-status cur-status) ;; Uncompact the xact, to make it easier to toggle the ;; transaction |