From 384ec2d05585fe1440b9612d842533ca8124a85a Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 15 Nov 1999 15:03:40 +0000 Subject: proof-font-lock-zap-commas=t --- lego/lego.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lego/lego.el') 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) -- cgit v1.2.3