diff options
Diffstat (limited to 'emacs/Makefile')
-rw-r--r-- | emacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/Makefile b/emacs/Makefile index 77aa0c629..6475be907 100644 --- a/emacs/Makefile +++ b/emacs/Makefile @@ -41,6 +41,7 @@ COMPILECMD=(progn \ install: @if test "$(EMACSDIR)" = ""; then \ + $(EMACS) --batch --eval 't; see PR#5403'; \ set xxx `($(EMACS) --batch --eval "(mapcar 'print load-path)") \ 2>/dev/null | \ sed -n -e 's/^"\(.*\/site-lisp\).*/\1/gp' | \ |