From 1d6afe0d2fd43f23f0da27abbe32a392c1d21d56 Mon Sep 17 00:00:00 2001 From: notin Date: Thu, 8 Jun 2006 09:12:48 +0000 Subject: Correction du bug #728(1086) (ordre de sauvegarde des tactiques dans coqide) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/preferences.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ide/preferences.ml b/ide/preferences.ml index ae038ef66e..843c98aec0 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -180,8 +180,7 @@ let save_pref () = add "encoding_use_utf8" [string_of_bool p.encoding_use_utf8] ++ add "encoding_manual" [p.encoding_manual] ++ - add "automatic_tactics" - (List.rev p.automatic_tactics) ++ + add "automatic_tactics" 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