ports/devel/id-utils/patches/patch-lisp_elisp-comp

12 lines
327 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- lisp/elisp-comp.orig Fri Apr 18 08:43:32 1997
+++ lisp/elisp-comp Mon Jul 19 18:02:48 2004
@@ -34,7 +34,7 @@ else
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 ..