Bring back comments into account completion.
This commit is contained in:
parent
024697c4fc
commit
78bedf7c8e
1 changed files with 3 additions and 4 deletions
|
|
@ -77,8 +77,7 @@ Return tree structure"
|
||||||
(split-string
|
(split-string
|
||||||
(match-string-no-properties 2) ":"))
|
(match-string-no-properties 2) ":"))
|
||||||
(let ((root account-tree))
|
(let ((root account-tree))
|
||||||
(while (and account-elements
|
(while account-elements
|
||||||
(not (char-equal (string-to-char (car account-elements)) ?\;)))
|
|
||||||
(let ((entry (assoc (car account-elements) root)))
|
(let ((entry (assoc (car account-elements) root)))
|
||||||
(if entry
|
(if entry
|
||||||
(setq root (cdr entry))
|
(setq root (cdr entry))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue