aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-12 16:59:56 +0000
committerDavid Aspinall2000-09-12 16:59:56 +0000
commitcfab9406e175a4d22c9441d1d7ba757cfd754887 (patch)
treefaa2f57ea006a6a7cd9dfa19be4ef91eaa14203f /generic
parentaf9172e5c00ce36f89473b07dedc3f4e86e89b04 (diff)
Remove shell important setting from script ones.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-script.el5
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