In ledger-reconcile-get-buffer, return the stored buffer
This commit is contained in:
parent
21968b1e12
commit
0b63dc0f84
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@
|
|||
(equal file "/dev/stdin")))
|
||||
|
||||
(defun ledger-reconcile-get-buffer (where)
|
||||
(when (is-stdin (car where))
|
||||
ledger-buf))
|
||||
(when (bufferp (car where))
|
||||
(car where)))
|
||||
|
||||
(defun ledger-reconcile-toggle ()
|
||||
(interactive)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue