bug-905, inadvertently used an aquamacs function.
This commit is contained in:
parent
023e245e9b
commit
d638f8300f
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ POSTING is used in `ledger-clear-whole-transactions' is nil."
|
|||
(fit-window-to-buffer recon-window)
|
||||
(with-current-buffer buf
|
||||
(add-hook 'kill-buffer-hook 'ledger-reconcile-quit nil t)
|
||||
(if (get-window-for-other-buffer buf)
|
||||
(if (get-buffer-window buf)
|
||||
(select-window (get-buffer-window buf)))
|
||||
(goto-char (point-max))
|
||||
(recenter -1))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue