# HG changeset patch # User wenzelm # Date 1007824400 -3600 # Node ID 3c70d99b7586baa6ff95c6a2c4ff4346e665d92a # Parent 7fd447422dee949f4bf0b0f9f84c6729f0141dbf restart_loader: do *not* ThyLoad.reset_path; diff -r 7fd447422dee -r 3c70d99b7586 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