Fix ledger-complete-entry for stale regex

This commit is contained in:
Craig Earls 2013-04-04 12:34:59 -07:00
parent 2547894586
commit 650361a6d3

View file

@ -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))