home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / eel / save_mod.zip / HOOK.E next >
Text File  |  1990-10-24  |  535b  |  28 lines

  1. /*
  2.     EPSHeader
  3.  
  4.         File: hook.e
  5.         Author: J. Kercheval
  6.         Created: Sat, 03/03/1990  23:23:39
  7. */
  8. /*
  9.  EPSRevision History
  10.  
  11.    J. Kercheval  Sat, 10/24/1990  22:11:53  additional commenting made
  12. */
  13.  
  14. /*
  15.  
  16.     This is an example header creation hook used with save_modified_file()
  17.         
  18.         John Kercheval
  19.         127 NW Bowdoin Pl #105
  20.         Seattle, WA  98107-4960
  21.         October 24, 1990
  22.           
  23. */
  24.  
  25. command revision_update_header_hook() 
  26. {
  27.     bprintf("revision-update-header-hook has been executed");
  28. }