diff options
| author | marche | 2004-05-03 15:34:53 +0000 |
|---|---|---|
| committer | marche | 2004-05-03 15:34:53 +0000 |
| commit | b2797c6ede347849f7c56bb60945295e5bd57616 (patch) | |
| tree | a8948cd728339dcb74d6ae508621490f34d6737c | |
| parent | 624bc4731a087e38e6e446dd43a74794790cf50c (diff) | |
but autoamtics tactics saving
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5723 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | ide/preferences.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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) ++ |
