diff options
| author | herbelin | 2005-02-20 18:13:28 +0000 |
|---|---|---|
| committer | herbelin | 2005-02-20 18:13:28 +0000 |
| commit | 4231d1907b1277bb45e86909a07d6fc893fa89fa (patch) | |
| tree | a0fc5227294ab87f2319e53cfff05210841481f4 /toplevel | |
| parent | 5be5a0ff384bbac3bc529860793e975189c3c110 (diff) | |
Keep ClosedSection marker for reset
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6758 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernacentries.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index 7bb1525162..c5839ca7d5 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -462,9 +462,9 @@ let vernac_record struc binders sort nameopt cfs = (* Sections *) -let vernac_begin_section id = let _ = Lib.open_section id in () +let vernac_begin_section = Lib.open_section -let vernac_end_section id = Lib.close_section false id +let vernac_end_section = Lib.close_section let vernac_end_segment id = check_no_pending_proofs (); |
