Skip to content

Commit 56bc296

Browse files
committed
Stupid fix
I copied this file from a different stash while I was getting git authenticationworking. Dumb mistake.
1 parent 09f999d commit 56bc296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledger-report.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; ledger-report.el --- Helper code for use with the "ledger" command-line tool -*- lexical-binding: t; -*-
1+
;; ledger-report.el --- Helper code for use with the "ledger" command-line tool -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2003-2016 John Wiegley (johnw AT gnu DOT org)
44

@@ -558,7 +558,7 @@ specific posting at point instead."
558558
(find-file-other-window file)
559559
(widen)
560560
(if (markerp xact-position)
561-
(goto-char xact-marker)
561+
(goto-char xact-position)
562562
(progn (goto-char (point-min))
563563
(forward-line (1- xact-position))))
564564
(when ledger-report-links-beginning-of-xact

0 commit comments

Comments
 (0)