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 1585c1b commit 4c7d1d9Copy full SHA for 4c7d1d9
Makefile
@@ -3,8 +3,8 @@ 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 "(when (< emacs-major-version 24) \
7
- (add-to-list 'load-path (expand-file-name \"tests/compat\")) \
+EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
+ --eval "(when (< emacs-major-version 24) \
8
(setq byte-compile-warnings '(not cl-functions)))" \
9
--eval '(setq byte-compile-error-on-warn t)'
10
0 commit comments