restart_loader: do *not* ThyLoad.reset_path;
authorwenzelm
Sat, 08 Dec 2001 16:13:20 +0100
changeset 12424 3c70d99b7586
parent 12423 7fd447422dee
child 12425 97975229f893
restart_loader: do *not* ThyLoad.reset_path;
src/Pure/Interface/proof_general.ML
--- a/src/Pure/Interface/proof_general.ML	Sat Dec 08 14:43:48 2001 +0100
+++ b/src/Pure/Interface/proof_general.ML	Sat Dec 08 16:13:20 2001 +0100
@@ -245,7 +245,7 @@
   tell_clear_response ();
   welcome ());
 
-fun restart_loader () = (ThyInfo.touch_all_thys (); ThyLoad.reset_path);
+fun restart_loader () = ThyInfo.touch_all_thys ();
 
 in