-- Last Modified By Warren Teitelman On June 22, 1983 9:24 am Reminder: CONFIGURATION LINKS: CODE IMPORTS AMBridge, Atom, CedarScanner, CedarSnapshot, CIFS, Commander, CommandProcOps, Convert, Convert, FileIO, Graphics, IconRegistry, IO, IOExtras, InputFocus, List, Menus, MessageWindow, PeanutWindow, Process, RealFns, Rope, Runtime, SafeStorage, System, Time, TiogaExtraOps, TiogaMenuOps, TiogaOps, UserProfile, ViewerEvents, ViewerIO, ViewerOps, ViewerSpecs, ViewerTools, WalnutDisplayerOps EXPORTS ReminderDefs, Tempus CONTROL ReminderImpl, ReminderOpsImpl, ReminderUtilImpl, TempusUtilImpl, MyClock = BEGIN ReminderImpl; ReminderOpsImpl; ReminderUtilImpl; TempusImpl; TempusUtilImpl; MyClock; END.