aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-15 10:32:04 +0000
committerDavid Aspinall1999-11-15 10:32:04 +0000
commitf9449f39bc520ffd150738eaa53246e8ce2c743b (patch)
tree07c28b24f6b4be46b957d6f48a8874049cb709d4 /coq
parent0bf5592b68f717ec2bfaf7561d6ce8cb6790fb3a (diff)
Removed font-lock settings. Set proof-font-lock-zap-commas=t
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 5a4998fd..f269917e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -449,8 +449,7 @@
(setq font-lock-keywords coq-font-lock-keywords-1)
- (and (boundp 'font-lock-always-fontify-immediately)
- (setq font-lock-always-fontify-immediately t))
+ (setq proof-font-lock-zap-commas t) ; enable the painful hack
(proof-config-done)