瀏覽代碼

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

pull/2/head
10sr 9 年之前
父節點
當前提交
a4cd20f6ff
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Makefile

+ 1
- 1
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

Loading…
取消
儲存