summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/editor.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-11 13:49:51 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-11 13:49:51 +0000
commit65e8f0b2b10dc7e5645532393181074c7806928f (patch)
tree1e805ae373516cdf29ea5771fc40dc7b535ff7ac /otherlibs/labltk/browser/editor.ml
parent758f8f8d96700008a9669c9914c9ed3bcf2cfecc (diff)
show signature
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4990 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/editor.ml')
-rw-r--r--otherlibs/labltk/browser/editor.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/editor.ml b/otherlibs/labltk/browser/editor.ml
index 3955f4ba4..ceadef8f7 100644
--- a/otherlibs/labltk/browser/editor.ml
+++ b/otherlibs/labltk/browser/editor.ml
@@ -598,7 +598,7 @@ class editor ~top ~menus = object (self)
Env.add_module (Ident.create modname)
(Types.Tmty_signature txt.signature)
Env.initial
- in Viewer.view_defined (Longident.Lident modname) ~env
+ in Viewer.view_defined (Longident.Lident modname) ~env ~show_all:true
end;
(* Modules *)