fixe minor error in merge from vanicat

This commit is contained in:
Craig Earls 2013-02-10 09:47:56 -07:00
parent 96bae11502
commit e757b969ef

View file

@ -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))))