Bring back comments into account completion.

This commit is contained in:
Craig Earls 2013-04-01 16:34:30 -07:00
parent 024697c4fc
commit 78bedf7c8e

View file

@ -77,8 +77,7 @@ Return tree structure"
(split-string
(match-string-no-properties 2) ":"))
(let ((root account-tree))
(while (and account-elements
(not (char-equal (string-to-char (car account-elements)) ?\;)))
(while account-elements
(let ((entry (assoc (car account-elements) root)))
(if entry
(setq root (cdr entry))