From 6539f1e1a972e8ab3d3522c985ce28fa1503dc20 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Fri, 10 May 2013 13:25:24 -0700 Subject: Reverted changes to completion. Changes were "more correct" but performance on large buffer was too poor. --- 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 2faef5df..3dd48a74 100644 --- a/lisp/ldg-complete.el +++ b/lisp/ldg-complete.el @@ -82,7 +82,7 @@ (dolist (account (delete-dups (progn - (while (re-search-forward ledger-account-or-metadata-regex nil t) + (while (re-search-forward ledger-account-any-status-regex nil t) (unless (between origin (match-beginning 0) (match-end 0)) (setq accounts (cons (match-string-no-properties 2) accounts)))) accounts))) -- cgit v1.2.3