-- Print.config; edited by Johnsson; 15-Apr-81 18:25:31
-- Last Modified By Paul Rovner On February 23, 1982 8:46 am
-- Last Modified By Warren Teitelman On March 8, 1983 2:46 pm
-- Last Modified By MBrown On April 29, 1982 3:51 pm
-- Last Modified By Michael Plass On May 2, 1983 4:17 pm
PrintControl: CONFIGURATION LINKS: CODE
IMPORTS
Buttons,
Commander,
ConvertUnsafe,
EFTPDefs,
FileStream,
Heap,
InputFocus,
IO,
LongStorage,
LongString,
MailFile,
Process,
PupDefs,
Rope,
Runtime,
Segments,
Streams,
String,
Time,
UserCredentials,
UserProfile,
VFonts,
ViewerIO,
ViewerTools
CONTROL PrintControl
= BEGIN
Presser; --contains unmonitored global state
PressFontWidths;
PressUserCm; --contains unmonitored global state
SendPress;
PrintControl;
PrintFormat;
PrintStatus;
END.