summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/emacs/elisp-comp
blob: 650582625f3398e32064bd509c223fc3768bccbd (plain)
1
2
3
4
5
6
7
#!/bin/sh
# $Id: elisp-comp,v 1.2 1996/09/26 23:41:08 karl Exp $
# Trivial script to compile the Elisp files.
setpath=${TMPDIR-/tmp}/elc.$$
echo "(setq load-path (cons nil load-path))" > $setpath
emacs -batch -l $setpath -f batch-byte-compile "$@"
rm -f $setpath
OpenPOWER on IntegriCloud