diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-13 06:24:33 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-13 06:24:33 +0000 |
commit | a5eafc35c621eeea8bce451fa5244b00267ef692 (patch) | |
tree | 01efe17d7303b1e8a3aacb81d888b505e11b1f5d /otherlibs/labltk/browser/editor.ml | |
parent | 77d81d824b1b7864bb051c8723669b9d58524518 (diff) |
-labels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3071 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/editor.ml')
-rw-r--r-- | otherlibs/labltk/browser/editor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/editor.ml b/otherlibs/labltk/browser/editor.ml index acc514d77..d0ed98cbc 100644 --- a/otherlibs/labltk/browser/editor.ml +++ b/otherlibs/labltk/browser/editor.ml @@ -38,7 +38,7 @@ let compiler_preferences () = ~f:(fun (text, ref, invert) -> mk_chkbutton ~text ~ref ~invert) [ "No pervasives", Clflags.nopervasives, false; "No warnings", Typecheck.nowarnings, false; - "Modern", Clflags.classic, true; + "Labels commute", Clflags.classic, true; "Lex on load", lex_on_load, false; "Type on load", type_on_load, false ]) in |