We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459964b commit 4a7fb9aCopy full SHA for 4a7fb9a
Makefile
@@ -3,9 +3,9 @@ GIT_VERSION = $(shell git describe --tags --match 'v[0-9]*' --long --dirty | sed
3
4
INSTALL_INFO = install-info
5
EMACS = emacs
6
-EFLAGS = --eval "(if (< emacs-major-version 24) \
7
- (progn (add-to-list 'load-path (expand-file-name \"tests/compat\")) \
8
- (setq byte-compile-warnings '(not cl-functions))))" \
+EFLAGS = --eval "(when (< emacs-major-version 24) \
+ (add-to-list 'load-path (expand-file-name \"tests/compat\")) \
+ (setq byte-compile-warnings '(not cl-functions)))" \
9
--eval '(setq byte-compile-error-on-warn t)'
10
11
BATCH = $(EMACS) $(EFLAGS) --batch -Q -L .
0 commit comments