diff options
-rw-r--r-- | lisp/ldg-reconcile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index afecf2eb..3c258d13 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -178,7 +178,7 @@ ;Make sure you delete the window before you delete the buffer, ;otherwise, madness ensues (delete-window (get-buffer-window reconcile-buf)) - (kill-buffer (reconcile-buf)) + (kill-buffer reconcile-buf) (if ledger-fold-on-reconcile (ledger-occur-quit-buffer buf)))) |