diff options
| author | gmelquio | 2011-01-06 12:20:08 +0000 |
|---|---|---|
| committer | gmelquio | 2011-01-06 12:20:08 +0000 |
| commit | c515d65d6ee81f532cb227419bbef36701593aa0 (patch) | |
| tree | f483536de38d9be4c3f51f0e062baf8bf2c0dd67 /ide/coq.ml | |
| parent | eed2bb82eb4b97881f155079fd457a8de75bdba5 (diff) | |
Reverted r13715 "Add improved indenters that rely on the current proof state to choose the indentation depth."
It seems to be the cause for bug #2472.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13766 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.ml')
| -rw-r--r-- | ide/coq.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index 5db5f0f3ab..5c7d8cce80 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -250,6 +250,4 @@ let goals coqtop = let make_cases coqtop s = eval_call coqtop (Ide_blob.make_cases s) -let contents coqtop = eval_call coqtop (Ide_blob.contents) - let current_status coqtop = eval_call coqtop Ide_blob.current_status |
