Skip to content

Commit 4c7d1d9

Browse files
ardumontgracjan
authored andcommitted
Always add 'tests/compat' to 'load-path'
1 parent 1585c1b commit 4c7d1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GIT_VERSION = $(shell git describe --tags --match 'v[0-9]*' --long --dirty | sed
33

44
INSTALL_INFO = install-info
55
EMACS = emacs
6-
EFLAGS = --eval "(when (< emacs-major-version 24) \
7-
(add-to-list 'load-path (expand-file-name \"tests/compat\")) \
6+
EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
7+
--eval "(when (< emacs-major-version 24) \
88
(setq byte-compile-warnings '(not cl-functions)))" \
99
--eval '(setq byte-compile-error-on-warn t)'
1010

0 commit comments

Comments
 (0)