Skip to content

Commit 18db008

Browse files
committed
Simplify hack and use existing haskell-mode's compat mechanism
1 parent 07bf9cd commit 18db008

File tree

3 files changed

+744
-19
lines changed

3 files changed

+744
-19
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)