Fix ledger-complete-entry for stale regex
This commit is contained in:
parent
2547894586
commit
650361a6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ Does not use ledger xact"
|
|||
(setq rest-of-name (match-string 3))
|
||||
;; Start copying the postings
|
||||
(forward-line)
|
||||
(while (looking-at ledger-complete-account-regex)
|
||||
(while (looking-at ledger-account-any-status-regex)
|
||||
(setq xacts (cons (buffer-substring-no-properties
|
||||
(line-beginning-position)
|
||||
(line-end-position))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue