Skip to content

Commit

Permalink
Merge pull request ledger#419 from kanru/patch-1
Browse files Browse the repository at this point in the history
Fix ledger-magic-tab: Wrong number of arguments
  • Loading branch information
enderw88 committed Jun 29, 2015
2 parents 45e7410 + 67c9e2d commit a8eb9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ledger-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Can indent, complete or align depending on context."
(if (and (> (point) 1)
(looking-back "\\([^ \t]\\)" 1))
(ledger-pcomplete interactively)
(ledger-post-align-postings))))
(ledger-post-align-postings (line-beginning-position) (line-end-position)))))

(defvar ledger-mode-abbrev-table)

Expand Down

0 comments on commit a8eb9cb

Please sign in to comment.