File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.1: download - view: text, annotated - select for diffs
Wed Mar 3 16:42:54 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1, HEAD
Irene

APPLICATION TextFile;

DEFAULT
   BEGIN
	DocClose.Post -> DocumentClosed;
	DocSave.Pre -> DocumentToSave;
	PRuleCreate.Pre -> ChangePRule;
	PRuleModify.Pre -> ChangePRule;
   END;

END

Webmaster