Skip to content

Commit 0e616a4

Browse files
author
Immanuel Litzroth
committed
Fixed emacs version to support version 23
1 parent 8b504d9 commit 0e616a4

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)