home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / ue312d / cmd / error.cmd < prev    next >
Encoding:
Text File  |  1993-03-03  |  232 b   |  13 lines

  1. ;    ERROR.CMD:    Parse error files
  2. ;            using MicroEMACS 3.12
  3. ;
  4. ;    (C)opyright 1993 by Daniel M. Lawrence
  5. ;
  6.  
  7. store-procedure disp-error
  8.     write-message %error
  9.     set $cmdhook nop
  10. !endm
  11.     set $cmdhook disp-error
  12.     source "emacs.rc"
  13.