CommandToolPackage.config
L. Stewart On December 16, 1983 11:23 am
Paul Rovner On November 30, 1983 5:24 pm
CommandToolPackage: CONFIGURATION LINKS: CODE
IMPORTS
AMFiles, Atom, BasicTime, Booting, Buttons, Commander, CommandExtras, Convert, EditedStream, FS, FSBackdoor, InputFocus, IO, IOClasses, IOUtils, List, Loader, LoadState, MBQueue, Menus, PrincOpsUtils, Process, ProcessExtras, ProcessProps, ReadEvalPrint, Real, RefText, Rope, RopeFrom, RuntimeError, SafeStorage, SystemVersion, TiogaMenuOps, TiogaOps, UserCredentials, UserProfile, VFonts, ViewerIO, ViewerIOExtras, ViewerOps, ViewerTools, VM, VMStatistics
EXPORTS
CommandTool, FileNames, RopeList
CONTROL
FileNamesImpl,
RopeListImpl,
CommandToolParseImpl,
CommandToolUtilitiesImpl,
InitialCommandsImpl,
FSFileCommandsImpl,
CommandsCImpl,
CommandToolImpl
= BEGIN
FileNamesImpl;
RopeListImpl;
CommandToolParseImpl;
CommandToolUtilitiesImpl;
CommandToolImpl;
InitialCommandsImpl;
FSFileCommandsImpl;
CommandsCImpl;
END.