From bb181c494a1877af836dca5fa096021095bd6f60 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sat, 11 May 2013 06:54:37 -0700 Subject: Correct regex --- lisp/ldg-complete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ldg-complete.el') 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)) -- cgit v1.2.3