From 0e616a4ff2fda617d0bfc265b7878ecfe3ca4c4b Mon Sep 17 00:00:00 2001 From: Immanuel Litzroth Date: Sat, 13 Jun 2015 20:40:09 +0200 Subject: [PATCH] Fixed emacs version to support version 23 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8cb10556..08c6cbbf9 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=)) all: check-emacs-version compile $(AUTOLOADS) info check-emacs-version : - @$(BATCH) --eval "(when (< emacs-major-version 24) \ + @$(BATCH) --eval "(when (< emacs-major-version 23) \ (message \"Error: haskell-mode requires Emacs 23 or later\") \ (message \"Your version of Emacs is %s\" emacs-version) \ (message \"Found as '$(EMACS)'\") \