home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / misc / howtocod.lha / HowToCode / utils / ced / errors.ced < prev    next >
Encoding:
Text File  |  1992-09-02  |  258 b   |  18 lines

  1. /* ERRORS.CED - Macro to view or unview (urghh) errors in
  2.    Cygnus Ed
  3.  
  4. */
  5.  
  6. options results
  7. LF = '0A'X
  8.  
  9. jump to file "errors"
  10.  
  11. if result = 0 then do
  12.         address command "ed ram:errors"
  13.         jump to file "errors"
  14.     editable file
  15.         exit 0
  16. end
  17. quit
  18.