home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / texinfo-3.7-src.tgz / tar.out / fsf / texinfo / emacs / elisp-comp < prev    next >
Lisp/Scheme  |  1996-09-28  |  291b  |  9 lines

  1. #!/bin/sh
  2. #Amiga-Local: Emacs 18.XX doesn't yet know about unix style
  3. #paths on the Amiga, so we have to use AmigaOS style names.
  4. #setpath=/tmp/elc.$$
  5. setpath=tmp:elc.$$
  6. echo "(setq load-path (cons nil load-path))" > $setpath
  7. emacs -batch -l $setpath -f batch-byte-compile $*
  8. rm -f $setpath
  9.