diff options
Diffstat (limited to 'gnu/usr.bin/texinfo/emacs/elisp-comp')
-rw-r--r-- | gnu/usr.bin/texinfo/emacs/elisp-comp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/texinfo/emacs/elisp-comp b/gnu/usr.bin/texinfo/emacs/elisp-comp deleted file mode 100644 index 8f27d7bde8f..00000000000 --- a/gnu/usr.bin/texinfo/emacs/elisp-comp +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -setpath=/tmp/elc.$$ -echo "(setq load-path (cons nil load-path))" > $setpath -emacs -batch -l $setpath -f batch-byte-compile $* -rm -f $setpath |