summaryrefslogtreecommitdiff
path: root/lisp/ldg-mode.el
diff options
context:
space:
mode:
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