We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2cce7 commit cc22219Copy full SHA for cc22219
Makefile
@@ -70,7 +70,7 @@ check-%: tests/%-tests.el
70
$(BATCH) -l "$<" -f ert-run-tests-batch-and-exit;
71
72
check: $(ELCHECKS) build-$(EMACS_VERSION)
73
- $(BATCH) --eval "(when (>= emacs-major-version 24) \
+ $(BATCH) --eval "(when (= emacs-major-version 24) \
74
(require 'undercover) \
75
(undercover \"*.el\" \
76
(:exclude \"haskell-mode-pkg.el\" \"haskell-compat.el\")))" \
0 commit comments