diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-12 10:39:07 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-12 10:39:07 -0700 |
commit | 316055ff86978c29839d0d3058b3a9a7dda047bb (patch) | |
tree | 16c85bf92f64cc245a3097d170b70247f46548bb | |
parent | e3b37ac19edfa5ff8e766258f38d1632b667848e (diff) | |
download | fork-ledger-316055ff86978c29839d0d3058b3a9a7dda047bb.tar.gz fork-ledger-316055ff86978c29839d0d3058b3a9a7dda047bb.tar.bz2 fork-ledger-316055ff86978c29839d0d3058b3a9a7dda047bb.zip |
More code cleanup
-rw-r--r-- | lisp/ldg-state.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-state.el b/lisp/ldg-state.el index ac0511f8..443cb350 100644 --- a/lisp/ldg-state.el +++ b/lisp/ldg-state.el @@ -62,7 +62,7 @@ achieved more certainly by passing the entry to ledger for formatting, but doing so causes inline math expressions to be dropped." (interactive) - (let ((bounds (ledger-current-entry-bounds)) + (let ((bounds (ledger-current-transaction-bounds)) clear cleared) ;; Uncompact the entry, to make it easier to toggle the ;; transaction |