kemacs/src/Main.m3


MODULE Main;
IMPORT PaneMan;
IMPORT TextPaneStarter;
BEGIN
  PaneMan.Run(TextPaneStarter.S);
END Main.