summaryrefslogtreecommitdiff
path: root/lisp/ldg-mode.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-mode.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-mode.el')
-rw-r--r--lisp/ldg-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el
index 6499d803..01a1b615 100644
--- a/lisp/ldg-mode.el
+++ b/lisp/ldg-mode.el
@@ -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