diff options
| author | David Aspinall | 2000-09-12 16:59:56 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-12 16:59:56 +0000 |
| commit | cfab9406e175a4d22c9441d1d7ba757cfd754887 (patch) | |
| tree | faa2f57ea006a6a7cd9dfa19be4ef91eaa14203f | |
| parent | af9172e5c00ce36f89473b07dedc3f4e86e89b04 (diff) | |
Remove shell important setting from script ones.
| -rw-r--r-- | generic/proof-script.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 8cbc167a..a3b7d63e 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -2809,9 +2809,8 @@ a generic implementation of this." ;; Sanity checks on important settings ;; -(defvar proof-script-important-settings - '(proof-shell-annotated-prompt-regexp ; crucial - proof-terminal-char ; soon not to be essential +(defconst proof-script-important-settings + '(proof-terminal-char ; soon not to be essential proof-comment-start ; proof-comment-end ; proof-goal-command-regexp not needed if proof-goal-command-p is set |
