--- lisp/elisp-comp.orig Thu Oct 7 16:57:37 1999 +++ lisp/elisp-comp Thu Oct 7 16:58:03 1999 @@ -34,7 +34,7 @@ cd $tempdir echo "(setq load-path (cons nil load-path))" > script - emacs -batch -l script -f batch-byte-compile *.el + ${EMACS} -batch -l script -f batch-byte-compile *.el mv *.elc .. cd ..