home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / emacs-15.0.3 / src / build.com < prev    next >
Text File  |  1990-07-19  |  239b  |  6 lines

  1. $ ! VMS command file to run `temacs.exe' and dump the data file `temacs.dump'.
  2. $ if f$search("temacs.dump;") .nes. "" then delete temacs.dump;*
  3. $ temacs :== $emacs_library:[src]temacs -batch
  4. $ temacs -l inc-vers
  5. $ temacs -l loadup.el dump
  6.