diff -r 28b0652aabd8 -r b49d8501720a src/Pure/ProofGeneral/proof_general_emacs.ML --- a/src/Pure/ProofGeneral/proof_general_emacs.ML Mon Jan 05 00:12:49 2009 +0100 +++ b/src/Pure/ProofGeneral/proof_general_emacs.ML Mon Jan 05 00:13:11 2009 +0100 @@ -144,7 +144,7 @@ (warning (cat_lines ["Failed to register theory: " ^ quote name, msg]); tell_file_retracted (ThyLoad.thy_path name)) else (); - val _ = Isar.init_point (); + val _ = Isar.init (); in () end; @@ -156,7 +156,7 @@ (sync_thy_loader (); tell_clear_goals (); tell_clear_response (); - Isar.init_point (); + Isar.init (); welcome ());