Oops. This adds missing parenthesis to the last commit.

This commit is contained in:
Craig Earls 2013-02-15 08:07:41 -07:00
parent 7f0693bcdc
commit 8116ef4781
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ correct chronological place in the buffer."
(mapcar 'eval args)))
(goto-char (point-min))
(if (looking-at "Error: ")
(error (concat "Error in ledger-add-transaction: " (buffer-string))
(error (concat "Error in ledger-add-transaction: " (buffer-string)))
(buffer-string)))
"\n"))
(progn

View file

@ -273,7 +273,7 @@ POSTING is used in `ledger-clear-whole-transactions' is nil."
(goto-char (point-min))
(unless (eobp)
(unless (looking-at "(")
(error (concat "ledger-do-reconcile: " (buffer-string)))
(error (concat "ledger-do-reconcile: " (buffer-string))))
(read (current-buffer)))))) ;current-buffer is the *temp* created above
(if (> (length xacts) 0)
(progn