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:
-- code for runStartFunctions: -- ../m2/setup.m2:235 runStartFunctions = () -> scan(startFunctions, f -> f())