home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / build.com < prev    next >
Text File  |  1992-02-10  |  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.