diff options
| author | pboutill | 2012-05-23 14:41:24 +0000 |
|---|---|---|
| committer | pboutill | 2012-05-23 14:41:24 +0000 |
| commit | 8837c2365c382adb0a74bfedabb1659eeb472adc (patch) | |
| tree | 88761584df9487ab39fe2bc2627c029d67acc229 /ide/ideproof.ml | |
| parent | 24473ef1954c856907ba8907a4d2c910505125a1 (diff) | |
Revert copy/pasted function in to minilib thanks to clib.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15352 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/ideproof.ml')
| -rw-r--r-- | ide/ideproof.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ideproof.ml b/ide/ideproof.ml index cfbeec0b2e..569e503c3b 100644 --- a/ide/ideproof.ml +++ b/ide/ideproof.ml @@ -91,7 +91,7 @@ let mode_tactic sel_cb (proof:GText.view) goals hints = match goals with proof#buffer#insert (goal_str i goals_cnt); proof#buffer#insert (g ^ "\n") in - let () = Minilib.list_fold_left_i fold_goal 2 () rem_goals in + let () = Util.list_fold_left_i fold_goal 2 () rem_goals in ignore(proof#buffer#place_cursor ~where:(proof#buffer#end_iter#backward_to_tag_toggle |
