We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f999d commit 56bc296Copy full SHA for 56bc296
ledger-report.el
@@ -1,4 +1,4 @@
1
-;;; ledger-report.el --- Helper code for use with the "ledger" command-line tool -*- lexical-binding: t; -*-
+;; ledger-report.el --- Helper code for use with the "ledger" command-line tool -*- lexical-binding: t; -*-
2
3
;; Copyright (C) 2003-2016 John Wiegley (johnw AT gnu DOT org)
4
@@ -558,7 +558,7 @@ specific posting at point instead."
558
(find-file-other-window file)
559
(widen)
560
(if (markerp xact-position)
561
- (goto-char xact-marker)
+ (goto-char xact-position)
562
(progn (goto-char (point-min))
563
(forward-line (1- xact-position))))
564
(when ledger-report-links-beginning-of-xact
0 commit comments