瀏覽代碼

Use byte-compile to check emacs.el

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

+ 7
- 2
Makefile 查看文件

@@ -94,9 +94,14 @@ setup-emacs: emacs.el
# test
# ====

test-el: emacs.el
test_els = test-el-emacs.el
test-el: $(test_els)
.PHONY: $(test_els)

$(test_els): test-el-%: %
$(emacs) -Q -batch -f batch-byte-compile $<
EMACS_EL_DRY_RUN=t $(emacs) -q --debug-init --batch \
--eval "(setq debug-on-error t)" --load $< --kill
--eval "(setq debug-on-error t)" --load $<c --kill





Loading…
取消
儲存