summaryrefslogtreecommitdiff
path: root/ide/preferences.ml
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
commite978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch)
tree0de2a907ee93c795978f3c843155bee91c11ed60 /ide/preferences.ml
parent3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff)
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'ide/preferences.ml')
-rw-r--r--ide/preferences.ml5
1 files changed, 2 insertions, 3 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index 8629fe8e..4cf9627c 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: preferences.ml 7046 2005-05-20 07:38:25Z herbelin $ *)
+(* $Id: preferences.ml 8920 2006-06-08 09:12:48Z notin $ *)
open Configwin
open Printf
@@ -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) ++