diff options
Diffstat (limited to 'generic')
| -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 |
