summaryrefslogtreecommitdiff
path: root/lisp/ldg-report.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-03-31 19:19:54 -0700
committerCraig Earls <enderw88@gmail.com>2013-03-31 19:19:54 -0700
commitb15d4bc09e40c71bd9a59f33457839daaec659a8 (patch)
tree106e5784369ed8bbb584ca2766819f279c5d55ab /lisp/ldg-report.el
parent9f25571accaa2a31afb28c7daa2dc4832e226383 (diff)
parent9fc1f512b52e36402a3e913b495b1adc283f6073 (diff)
downloadledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.tar.gz
ledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.tar.bz2
ledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.zip
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'lisp/ldg-report.el')
-rw-r--r--lisp/ldg-report.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-report.el b/lisp/ldg-report.el
index 4f14fdcb..04c182dd 100644
--- a/lisp/ldg-report.el
+++ b/lisp/ldg-report.el
@@ -79,7 +79,7 @@ text that should replace the format specifier."
(interactive)
(goto-char (point-min))
(forward-paragraph)
- (next-line)
+ (forward-line)
(save-excursion
(setq inhibit-read-only t)
(reverse-region (point) (point-max))))