diff --git a/M2/Macaulay2/m2/last.m2 b/M2/Macaulay2/m2/last.m2 index 22381955cd..9afc9638d8 100644 --- a/M2/Macaulay2/m2/last.m2 +++ b/M2/Macaulay2/m2/last.m2 @@ -39,6 +39,7 @@ addStartFunction( Headline => "default package for interpreter interactions", DebuggingMode => true, PackageImports => if isMember("--no-preload", commandLine) then {} else Core#"preloaded packages"); + User.PackageIsLoaded = true; path = prepend("./",path); -- now we search also the user's current directory, since our files have already been loaded path = unique apply( path, minimizeFilename); -- beautify allowLocalCreation User#"private dictionary";