I forget to also remove "initializeSystemCommands" from i-toplev.boot.
- Qian
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index 744bc703..f5e122e5 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -71,7 +71,6 @@ interpsysInitialization(display_messages) ==
if $displayStartMsgs then sayKeyedMsg("S2IZ0053",['"interpreter"])
initializeTimedNames($interpreterTimedNames,$interpreterTimedClasses)
$InteractiveFrame := makeInitialModemapFrame()
- initializeSystemCommands()
initializeInterpreterFrameRing()
setOutputAlgebra "%initialize%"
loadExposureGroupData()