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.
2 parents 8b504d9 + 0e616a4 commit 2512af2Copy full SHA for 2512af2
Makefile
@@ -89,7 +89,7 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=))
89
all: check-emacs-version compile $(AUTOLOADS) info
90
91
check-emacs-version :
92
- @$(BATCH) --eval "(when (< emacs-major-version 24) \
+ @$(BATCH) --eval "(when (< emacs-major-version 23) \
93
(message \"Error: haskell-mode requires Emacs 23 or later\") \
94
(message \"Your version of Emacs is %s\" emacs-version) \
95
(message \"Found as '$(EMACS)'\") \
0 commit comments