Merge pull request #57 from plathrop/bug/emacs-reconcile-visit
Fix ledger-reconcile-visit.
This commit is contained in:
commit
ed71421c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ dropped."
|
|||
(defun ledger-reconcile-visit ()
|
||||
(interactive)
|
||||
(let ((where (get-text-property (point) 'where)))
|
||||
(when (or (equal (car where) "<stdin>") (equal (car where) "/dev/stdin"))
|
||||
(when (markerp (cdr where))
|
||||
(switch-to-buffer-other-window ledger-buf)
|
||||
(goto-char (cdr where)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue