From ef42739eadeb6ec3fc98b5beaa13bd859de44d15 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 23 Oct 2013 22:17:11 +0000 Subject: cList.index is now cList.index_f, same for index0 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16921 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/wg_Notebook.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide') diff --git a/ide/wg_Notebook.ml b/ide/wg_Notebook.ml index 76d6cbed9e..51e628c8f9 100644 --- a/ide/wg_Notebook.ml +++ b/ide/wg_Notebook.ml @@ -46,7 +46,7 @@ object(self) List.nth term_list i method term_num f p = - Util.List.index0_f f p term_list + Util.List.index0 f p term_list method pages = term_list -- cgit v1.2.3