runStartFunctions() -- call all the functions previously recorded by addStartFunction.
This function is intended for internal use only.
The funuctions are called with no arguments.
Code:
-- ../../../Macaulay2/m2/setup.m2:237 runStartFunctions = () -> scan(startFunctions, f -> f())