Added setup for BrowserInfo.
authorberghofe
Mon, 17 May 1999 17:06:50 +0200
changeset 6653 b0b819902eaa
parent 6652 401f14f25648
child 6654 c3686d75e9d6
Added setup for BrowserInfo.
src/Pure/pure.ML
--- a/src/Pure/pure.ML	Mon May 17 17:04:26 1999 +0200
+++ b/src/Pure/pure.ML	Mon May 17 17:06:50 1999 +0200
@@ -13,7 +13,8 @@
     ProofContext.setup @
     Method.setup @
     Attrib.setup @
-    AxClass.setup;
+    AxClass.setup @
+    BrowserInfo.setup;
 in
   structure Pure =
   struct