Skip to content
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

Use lexical bindings and misc cleanups #57

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Stebalien
Copy link

I wrote this PR primarily to enable lexical bindings so that next time the Emacs devs discuss turning it on by default there will be fewer packages in the wild using dynamic-scoping.

While I was at it, I fixed the rest of the compiler/checkdoc warnings (see the commit messages). I have no special attachment to any of these changes or to this PR so feel free to close it, discard whatever you don't want, etc.

- Add a keyword to make package linters happy (this is the same keyword
whitespace-mode uses).
- Explicitly depend on Emacs 24.3 (required to assume that cl-lib is built-in).
This appears to be used precisely once in one of the tests.
Checkdoc wasn't happy about the quoting in the documentation here unless
I broke it out into a separate function.
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

Successfully merging this pull request may close these issues.

1 participant