restart: do not reset theory loader path;
authorwenzelm
Wed, 18 Oct 2000 23:26:42 +0200
changeset 10246 d8c968e6329a
parent 10245 87771e2f49fe
child 10247 33e542b4934c
restart: do not reset theory loader path;
src/Pure/Interface/proof_general.ML
--- a/src/Pure/Interface/proof_general.ML	Wed Oct 18 23:24:39 2000 +0200
+++ b/src/Pure/Interface/proof_general.ML	Wed Oct 18 23:26:42 2000 +0200
@@ -204,8 +204,7 @@
   tell_clear_response ();
   welcome ());
 
-fun restart_loader () =
-  (ThyInfo.touch_all_thys (); ThyLoad.reset_path ());
+fun restart_loader () = ThyInfo.touch_all_thys (); (* FIXME ThyLoad.reset_path (!?) *)
 
 in