From 49fda3fd12b9985da15a52756e4a18fd2bc5ba2b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 19 Jul 2002 10:38:48 +0000 Subject: Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp. --- lego/lego.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lego') diff --git a/lego/lego.el b/lego/lego.el index f170c5a2..74e32dd6 100644 --- a/lego/lego.el +++ b/lego/lego.el @@ -301,8 +301,8 @@ Checks the width in the `proof-goals-buffer'" (defun lego-mode-config () (setq proof-terminal-char ?\;) - (setq proof-comment-start "(*") - (setq proof-comment-end "*)") + (setq proof-script-comment-start "(*") + (setq proof-script-comment-end "*)") (setq proof-assistant-home-page lego-www-home-page) -- cgit v1.2.3