Skip to content

Remove usage of (require 'cl) #1246

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
gracjan opened this issue Apr 4, 2016 · 2 comments
Closed

Remove usage of (require 'cl) #1246

gracjan opened this issue Apr 4, 2016 · 2 comments

Comments

@gracjan
Copy link
Contributor

gracjan commented Apr 4, 2016

Supposedly cl-lib is the way to go, so change those:

$ grep -Hn "require 'cl)" *.el
haskell-cabal.el:37:;;   (with-no-warnings (require 'cl))
haskell-doc.el:303:(eval-when-compile (require 'cl))
@fice-t
Copy link
Contributor

fice-t commented Apr 4, 2016

From what I can tell, the only cl function used in haskell-doc is lexical-let, which when using lexical binding is useless.

@gracjan
Copy link
Contributor Author

gracjan commented Apr 4, 2016

@fice-t: Can you fix those two places?

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