aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-16 21:55:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-16 21:55:35 +0000
commitb6ee807756b265d4b13b4a6452ad5d5095fe7e46 (patch)
tree5c55f6c4021a6b52ce0577b67b8e11d7b0353e36
parent0fc7e91fabb219bf8d750e78c74cf5f049ea723b (diff)
Not strictly necessary to set proof-goal-command-regexp
-rw-r--r--generic/proof-script.el2
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?