summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-15 08:07:41 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-15 08:07:41 -0700
commit8116ef478160364cde1b33429ae03c81a536ccbf (patch)
treed1284f4f8363b9fa56c378d9ae18276c0665b9a0 /lisp/ldg-reconcile.el
parent7f0693bcdc6829aaad100c52fcb16dacd89aed62 (diff)
downloadfork-ledger-8116ef478160364cde1b33429ae03c81a536ccbf.tar.gz
fork-ledger-8116ef478160364cde1b33429ae03c81a536ccbf.tar.bz2
fork-ledger-8116ef478160364cde1b33429ae03c81a536ccbf.zip
Oops. This adds missing parenthesis to the last commit.
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r--lisp/ldg-reconcile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index bb4bec5e..373b3de9 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -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