diff options
| author | David Aspinall | 2002-07-19 10:38:48 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-07-19 10:38:48 +0000 |
| commit | 49fda3fd12b9985da15a52756e4a18fd2bc5ba2b (patch) | |
| tree | 3019b25e43a985ae6313cc49f8ce7ed2f07d312b /coq | |
| parent | cc57674092a79b12053f8a5556c331ec83426ae5 (diff) | |
Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -541,8 +541,8 @@ This is specific to coq-mode." (setq proof-terminal-char ?\.) (setq proof-script-command-end-regexp (if coq-version-is-V7 "[.]\\([ \t\n\r]\\)\\|[.]\\'" "[.]")) - (setq proof-comment-start "(*") - (setq proof-comment-end "*)") + (setq proof-script-comment-start "(*") + (setq proof-script-comment-end "*)") (setq proof-unnamed-theorem-name "Unnamed_thm") ; Coq's default name (setq proof-assistant-home-page coq-www-home-page) |
