Skip to content

Makefile message is not consistent with the code or documentation #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ilitzroth opened this issue Jun 11, 2015 · 3 comments
Closed

Makefile message is not consistent with the code or documentation #720

ilitzroth opened this issue Jun 11, 2015 · 3 comments

Comments

@ilitzroth
Copy link
Contributor

From the makefile.

check-emacs-version :
    @$(BATCH) --eval "(when (< emacs-major-version 24)                  \
                            (message \"Error: haskell-mode requires Emacs 23 or later\")    \
@gracjan
Copy link
Contributor

gracjan commented Jun 12, 2015

Will you create a pull request?

Note: we do support Emacs 23 so it should be (< emacs-major-version 23).

@ilitzroth
Copy link
Contributor Author

ok... I'll get do that this evening.
Greetz,
i

@gracjan gracjan changed the title make file message is not consistent with the code or documentation Makefile message is not consistent with the code or documentation Jun 12, 2015
@gracjan
Copy link
Contributor

gracjan commented Jun 15, 2015

Fixed by #722.

@gracjan gracjan closed this as completed Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants