diff options
author | Craig Earls <enderw88@gmail.com> | 2014-09-13 18:20:03 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-09-13 18:20:03 -0700 |
commit | 7846e7c17ae31fdf71bea093e7410b90e284c04d (patch) | |
tree | 47958b5897fcb3c05613889d219cf7bcf1a0214d /lisp/ledger-state.el | |
parent | 84dc532b0688431d0964736f6a5d7b3804b5e903 (diff) | |
download | ledger-7846e7c17ae31fdf71bea093e7410b90e284c04d.tar.gz ledger-7846e7c17ae31fdf71bea093e7410b90e284c04d.tar.bz2 ledger-7846e7c17ae31fdf71bea093e7410b90e284c04d.zip |
All navigation functions moved to ledger-navigate.
Reduce several overlapping functions.
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 |