aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2007-10-30 16:15:15 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2007-10-30 16:15:15 +0000
commit9009d4bf6b78dc471b2d422ae48285f325f2c90b (patch)
treeb680f08b336ad29cd9472d280b7932299caa87d2 /coq/coq-db.el
parentf930c31fae1538d7c4414950278963d4174c1f65 (diff)
Fixed small colorizing bugs (when keywords contain sub words colorized
in another color). Reported by Assia Mahboubi.
Diffstat (limited to 'coq/coq-db.el')
-rw-r--r--coq/coq-db.el2
1 files changed, 1 insertions, 1 deletions
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