Fix to target change function in leg-reconcile

Took out the (interactive) statement and it needed to be there.
This commit is contained in:
Craig Earls 2013-02-14 10:05:53 -07:00
parent 1074dec8ad
commit 30dc7e349d

View file

@ -370,6 +370,7 @@ Spliting the windows of BUF if needed"
(defvar ledger-reconcile-mode-abbrev-table)
(defun ledger-reconcile-change-target ()
(interactive)
(setq ledger-target (call-interactively #'ledger-read-commodity-string)))
; (setq ledger-target
; (if (and target (> (length target) 0))