aboutsummaryrefslogtreecommitdiff
path: root/texinfo/emacs/elisp-comp
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/emacs/elisp-comp')
-rwxr-xr-xtexinfo/emacs/elisp-comp7
1 files changed, 0 insertions, 7 deletions
diff --git a/texinfo/emacs/elisp-comp b/texinfo/emacs/elisp-comp
deleted file mode 100755
index eb16b5da1bf..00000000000
--- a/texinfo/emacs/elisp-comp
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# $Id: elisp-comp,v 1.1.1.1 1997/08/21 22:57:57 jason 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