aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
Diffstat (limited to 'ide')
-rw-r--r--ide/preferences.ml3
1 files changed, 1 insertions, 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) ++