fixe minor error in merge from vanicat
This commit is contained in:
parent
96bae11502
commit
e757b969ef
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
||||||
;Make sure you delete the window before you delete the buffer,
|
;Make sure you delete the window before you delete the buffer,
|
||||||
;otherwise, madness ensues
|
;otherwise, madness ensues
|
||||||
(delete-window (get-buffer-window reconcile-buf))
|
(delete-window (get-buffer-window reconcile-buf))
|
||||||
(kill-buffer (reconcile-buf))
|
(kill-buffer reconcile-buf)
|
||||||
(if ledger-fold-on-reconcile
|
(if ledger-fold-on-reconcile
|
||||||
(ledger-occur-quit-buffer buf))))
|
(ledger-occur-quit-buffer buf))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue