Merge commit 'a8eb9cb64c0c275f00eac0a895b2e015356c4699' into next
This commit is contained in:
commit
316c61252e
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)
|
(if (and (> (point) 1)
|
||||||
(looking-back "\\([^ \t]\\)" 1))
|
(looking-back "\\([^ \t]\\)" 1))
|
||||||
(ledger-pcomplete interactively)
|
(ledger-pcomplete interactively)
|
||||||
(ledger-post-align-postings))))
|
(ledger-post-align-postings (line-beginning-position) (line-end-position)))))
|
||||||
|
|
||||||
(defvar ledger-mode-abbrev-table)
|
(defvar ledger-mode-abbrev-table)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue