aboutsummaryrefslogtreecommitdiffhomepage
path: root/plastic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-19 10:38:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-19 10:38:48 +0000
commit49fda3fd12b9985da15a52756e4a18fd2bc5ba2b (patch)
tree3019b25e43a985ae6313cc49f8ce7ed2f07d312b /plastic
parentcc57674092a79b12053f8a5556c331ec83426ae5 (diff)
Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp.
Diffstat (limited to 'plastic')
-rw-r--r--plastic/plastic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/plastic/plastic.el b/plastic/plastic.el
index 922725c3..35a6c18c 100644
--- a/plastic/plastic.el
+++ b/plastic/plastic.el
@@ -351,8 +351,8 @@ Given is the first SPAN which needs to be undone."
;; (setq proof-electric-terminator-enable t) ;; force semicolons active.
(setq proof-terminal-char ?\;)
- (setq proof-comment-start "(*") ;; these still active
- (setq proof-comment-end "*)")
+ (setq proof-script-comment-start "(*") ;; these still active
+ (setq proof-script-comment-end "*)")
(setq proof-assistant-home-page plastic-www-home-page)
(setq proof-mode-for-script 'plastic-mode)