diff -r 5295671034f8 -r 743f34b12f67 src/Pure/ProofGeneral/pgip_isabelle.ML --- a/src/Pure/ProofGeneral/pgip_isabelle.ML Thu Jul 19 23:18:52 2007 +0200 +++ b/src/Pure/ProofGeneral/pgip_isabelle.ML Thu Jul 19 23:18:54 2007 +0200 @@ -80,7 +80,7 @@ NONE => (NONE, NONE) | SOME fname => let val path = Path.explode fname in - case ThyLoad.check_file NONE path of + case ThyLoad.check_file [] path of SOME _ => (SOME (PgipTypes.pgipurl_of_path path), NONE) | NONE => (NONE, SOME fname) end);