From 9009d4bf6b78dc471b2d422ae48285f325f2c90b Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Tue, 30 Oct 2007 16:15:15 +0000 Subject: Fixed small colorizing bugs (when keywords contain sub words colorized in another color). Reported by Assia Mahboubi. --- coq/coq-db.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-db.el') diff --git a/coq/coq-db.el b/coq/coq-db.el index adfc889b..cab4c1b4 100644 --- a/coq/coq-db.el +++ b/coq/coq-db.el @@ -80,7 +80,7 @@ For each line if FILTER returns nil, then the keyword is not added to the regexp. See `coq-syntax-db' for DB structure." (let ((l db) (res ())) (while l - (let* ((hd (car l))(tl (cdr l)) ; hd is the first infos list + (let* ((hd (car l)) (tl (cdr l)) ; hd is the first infos list (e1 (car hd)) (tl1 (cdr hd)) ; e1 = menu entry (e2 (car tl1)) (tl2 (cdr tl1)) ; e2 = abbreviation (e3 (car tl2)) (tl3 (cdr tl2)) ; e3 = completion -- cgit v1.2.3