aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-15 15:03:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-15 15:03:40 +0000
commit384ec2d05585fe1440b9612d842533ca8124a85a (patch)
tree3db4e37779f246d576bf41547b866c180d8e9637 /lego
parent1c79c15c6726f570f630a763d4fe5ad89945f756 (diff)
proof-font-lock-zap-commas=t
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 981e5e81..d0dd2643 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -384,11 +384,8 @@ Checks the width in the `proof-goals-buffer'"
(setq font-lock-keywords lego-font-lock-keywords-1)
-;; if we don't have the following in xemacs, zap-commas fails to work.
-
- (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)
(define-key (current-local-map) [(control c) ?i] 'lego-intros)