From b2797c6ede347849f7c56bb60945295e5bd57616 Mon Sep 17 00:00:00 2001 From: marche Date: Mon, 3 May 2004 15:34:53 +0000 Subject: but autoamtics tactics saving git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5723 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/preferences.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/preferences.ml b/ide/preferences.ml index 3d7b0017cb..203e81b017 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -184,7 +184,7 @@ let save_pref () = add "encoding_manual" [p.encoding_manual] ++ add "automatic_tactics" - (List.fold_left (fun l v -> v::l) [] p.automatic_tactics) ++ + (List.rev p.automatic_tactics) ++ add "cmd_print" [p.cmd_print] ++ add "modifier_for_navigation" (List.map mod_to_str p.modifier_for_navigation) ++ -- cgit v1.2.3