summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-05-11 06:54:37 -0700
committerCraig Earls <enderw88@gmail.com>2013-05-11 06:54:37 -0700
commitbb181c494a1877af836dca5fa096021095bd6f60 (patch)
tree8a83b22dc9d2c037f1c98207b58465b1b01e0dad /lisp
parent0cf46d024efdb1db390cdbfe7e7ea9082b5072de (diff)
downloadfork-ledger-bb181c494a1877af836dca5fa096021095bd6f60.tar.gz
fork-ledger-bb181c494a1877af836dca5fa096021095bd6f60.tar.bz2
fork-ledger-bb181c494a1877af836dca5fa096021095bd6f60.zip
Correct regex
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-complete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-complete.el b/lisp/ldg-complete.el
index 3dd48a74..66e707c5 100644
--- a/lisp/ldg-complete.el
+++ b/lisp/ldg-complete.el
@@ -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))