Skip to content

Commit 2512af2

Browse files
committed
Merge pull request #722 from ilitzroth/fix-emacs-version-in-makefile
Fixed emacs version to support version 23
2 parents 8b504d9 + 0e616a4 commit 2512af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=))
8989
all: check-emacs-version compile $(AUTOLOADS) info
9090

9191
check-emacs-version :
92-
@$(BATCH) --eval "(when (< emacs-major-version 24) \
92+
@$(BATCH) --eval "(when (< emacs-major-version 23) \
9393
(message \"Error: haskell-mode requires Emacs 23 or later\") \
9494
(message \"Your version of Emacs is %s\" emacs-version) \
9595
(message \"Found as '$(EMACS)'\") \

0 commit comments

Comments
 (0)