diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-15 07:55:24 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-15 07:55:24 +0000 |
commit | 68366b25009f92c180dc690d9fc80f255add2494 (patch) | |
tree | 244ad918be03433c859dbd2281a3f80e61f42aeb /otherlibs/labltk/browser/editor.ml | |
parent | 31f70a75d4f3afc3b412736254ba87020030e12d (diff) |
sorry for the tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2960 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 d042524c0..a4f194223 100644 --- a/otherlibs/labltk/browser/editor.ml +++ b/otherlibs/labltk/browser/editor.ml @@ -35,7 +35,7 @@ let compiler_preferences () = in let chkbuttons, setflags = List.split (List.map - fun:(fun (text, ref, invert) -> mk_chkbutton :text :ref :invert) + fun:(fun (text, ref, invert) -> mk_chkbutton :text :ref :invert) [ "No pervasives", Clflags.nopervasives, false; "No warnings", Typecheck.nowarnings, false; "Modern", Clflags.classic, true; |