diff options
| author | David Aspinall | 1999-11-16 21:55:35 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-16 21:55:35 +0000 |
| commit | b6ee807756b265d4b13b4a6452ad5d5095fe7e46 (patch) | |
| tree | 5c55f6c4021a6b52ce0577b67b8e11d7b0353e36 /generic/proof-script.el | |
| parent | 0fc7e91fabb219bf8d750e78c74cf5f049ea723b (diff) | |
Not strictly necessary to set proof-goal-command-regexp
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index fbdbaf71..c7d98503 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -2591,7 +2591,7 @@ a generic implementation of this." '(proof-terminal-char proof-comment-start proof-comment-end - proof-goal-command-regexp + ; proof-goal-command-regexp not needed if proof-goal-command-p is set proof-save-command-regexp proof-goal-with-hole-regexp ; non-essential? proof-save-with-hole-regexp ; non-essential? |
