diff --git a/Makefile b/Makefile index 4317f2c..50a6f8f 100644 --- a/Makefile +++ b/Makefile @@ -117,5 +117,5 @@ test-syntax-el: $(test_syntax_els) .PHONY: $(test_syntax_els) $(test_syntax_els): test-syntax-%: % - $(emacs) -q --debug-init --batch \ + $(emacs) -Q --debug-init --batch \ --eval '(with-temp-buffer(emacs-lisp-mode)(insert-file-contents "$<")(check-parens))' --kill