diff options
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 8 |
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 |
