aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-11 10:40:41 +0000
committerDavid Aspinall2000-09-11 10:40:41 +0000
commit1fb2f07f0b9ecae2118f480fdb6f3854bedfd612 (patch)
tree57cab11cfbf91985028a0eacfca011cac4e8a1e1 /generic/proof-script.el
parente098f0755956c40ffd43ce4aecb05501b5f987fb (diff)
Added proof-shell-annotated-prompt-regexp to important settings, removed safe default of empty string (now will have error msgs from filter)
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index ebdfc550..8cbc167a 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -2805,10 +2805,14 @@ a generic implementation of this."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; Sanity checks on important settings
+;;
(defvar proof-script-important-settings
- '(proof-terminal-char
- proof-comment-start
+ '(proof-shell-annotated-prompt-regexp ; crucial
+ 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
proof-save-command-regexp