Merge pull request #419 from kanru/patch-1
Fix ledger-magic-tab: Wrong number of arguments
This commit is contained in:
commit
a8eb9cb64c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue