home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / src / build.com < prev    next >
Text File  |  1996-09-28  |  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.