Oops. This adds missing parenthesis to the last commit.
This commit is contained in:
parent
7f0693bcdc
commit
8116ef4781
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue