Fix to target change function in leg-reconcile
Took out the (interactive) statement and it needed to be there.
This commit is contained in:
parent
1074dec8ad
commit
30dc7e349d
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue