Correct regex

This commit is contained in:
Craig Earls 2013-05-11 06:54:37 -07:00
parent 0cf46d024e
commit bb181c494a

View file

@ -186,7 +186,7 @@ Does not use ledger xact"
(setq rest-of-name (match-string 3))
;; Start copying the postings
(forward-line)
(while (looking-at ledger-account-or-metadata-regex)
(while (looking-at ledger-account-any-status-regex)
(setq xacts (cons (buffer-substring-no-properties
(line-beginning-position)
(line-end-position))