Explorar el Código

Makefile: Do not load site-lisp files when syntax checking emacs.el

pull/2/head
10sr hace 9 años
padre
commit
a4cd20f6ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar