From 30dc7e349db236d842cbe86fbf4972f0dbbbd10a Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Thu, 14 Feb 2013 10:05:53 -0700 Subject: [PATCH] Fix to target change function in leg-reconcile Took out the (interactive) statement and it needed to be there. --- lisp/ldg-reconcile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index bb8d97f2..96a10afb 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -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))