aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-26 11:04:43 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-26 11:04:43 +0000
commit06baeebb74a6dd87eb9778a3c6c72c22c101eca8 (patch)
tree7fcc31a5768e6f9783fcf32eb83a9015b6335ac5 /ide
parent451f477b86087ea9d8c85dcbc6f91cad6bbbf3f5 (diff)
Bug undo CoqIDE sur End
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10985 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 0022eeb92..dce435087 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -371,7 +371,7 @@ let compute_reset_info = function
| VernacStartTheoremProof (_, [Some (_,id), _], _, _) ->
ResetAtDecl (reset_mark id, ref false)
- | VernacEndProof _ -> NoReset
+ | VernacEndProof _ | VernacEndSegment _ -> NoReset
| _ -> match Lib.has_top_frozen_state () with
| Some sp -> ResetAtFrozenState (sp, ref true)
| None -> NoReset