DIRECTORY
Atom USING [MakeAtom, GetProp, PutProp, RemProp],
CommandTool USING[DoCommand],
BasicTime USING[nullGMT, earliestGMT],
FS USING [Error],
Icons USING [IconFlavor],
IconRegistry USING [GetIcon],
IO USING[ BreakProc, IDProc, EndOfStream, Flush, GetChar, GetTokenRope, PutF, RIS, STREAM, time],
Menus USING [SetLine, GetNumberOfLines, MenuEntry],
MessageWindow USING [Append, Blink],
Process USING[Pause, SecondsToTicks, Detach],
RememberDefs,
RememberDefsPrivate,
Rope USING[ROPE, Cat, Concat, Equal, Substr, Find, Size],
Tempus USING [ defaultTime, Error, MakeRope, Packed, PackedSeconds, Seconds, PackedToSeconds, SecondsToPacked, Unintelligible],
TiogaExtraOps USING [GetFile],
TiogaOps USING [SetStyle, Break, SetNodeFormat, Ref, FirstChild, Jump, GetRope, CaretAfter, SaveSpanForPaste, LastLocWithin, SelectDocument, Paste, Next, LockSel, UnlockSel, SaveSelB, RestoreSelB, ViewerDoc],
ViewerClasses USING[Viewer],
ViewerSpecs USING [openBottomY],
ViewerTools USING[MakeNewTextViewer, SetContents],
ViewerOps USING[AddProp, PaintViewer, BlinkIcon, DestroyViewer, FindViewer],
WalnutDisplayerOps USING [StuffMsgContents]
;
RememberImplB:
CEDAR
MONITOR
LOCKS RememberDefsPrivate.protData
IMPORTS Atom, BasicTime, CommandTool, FS,
IconRegistry, IO, Menus, MessageWindow, Process, RememberDefsPrivate, Rope, Tempus, TiogaExtraOps, TiogaOps, ViewerOps, ViewerSpecs, ViewerTools, WalnutDisplayerOps
EXPORTS RememberDefsPrivate