aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorHendrik Tews2012-01-04 20:43:04 +0000
committerHendrik Tews2012-01-04 20:43:04 +0000
commit83752f800e51f6945a8043a98cdbee732f63d982 (patch)
tree6e951a3cb2f875a9c0801dc3fe4c2a06c8557574 /coq
parentb6cc4c3ce79afa83f5293559d334148787f64ecf (diff)
* fix case where some existential is instantiated with the last proof command
* protocol change - rename proof-complete into proof-finished and add existential info - add proof-complete message
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 286e3694..768e8c6e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -259,9 +259,9 @@ A setting of nil means show all output from Coq. See also
:type 'regexp
:group 'coq-proof-tree)
-(defcustom coq-proof-tree-proof-completed-regexp
+(defcustom coq-proof-tree-proof-finished-regexp
"^\\(?:Proof completed\\)\\|\\(?:No more subgoals\\)\\."
- "Regexp for `proof-tree-proof-completed-regexp'."
+ "Regexp for `proof-tree-proof-finished-regexp'."
:type 'regexp
:group 'coq-proof-tree)
@@ -1330,7 +1330,7 @@ This is specific to `coq-mode'."
coq-proof-tree-existentials-state-end-regexp
proof-tree-additional-subgoal-ID-regexp
coq-proof-tree-additional-subgoal-ID-regexp
- proof-tree-proof-completed-regexp coq-proof-tree-proof-completed-regexp
+ proof-tree-proof-finished-regexp coq-proof-tree-proof-finished-regexp
proof-tree-extract-instantiated-existentials
'coq-extract-instantiated-existentials
proof-tree-show-sequent-command 'coq-show-sequent-command