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

Package cl is deprecated in Emacs 27.1 #127

Open
raoulhatterer opened this issue Feb 6, 2021 · 2 comments
Open

Package cl is deprecated in Emacs 27.1 #127

raoulhatterer opened this issue Feb 6, 2021 · 2 comments

Comments

@raoulhatterer
Copy link

In GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95))
of 2020-08-12 I got this message:
Package cl is deprecated

Perhaps in line 73 you should replace

(with-no-warnings
  (require 'cl))

by

(with-no-warnings
  (require 'cl-lib))
@raoulhatterer
Copy link
Author

Is this package still maintained ?
I can see a pull request with the solution.

@mohkale
Copy link

mohkale commented Oct 22, 2023

Ping @smihica. Actually looks like this package is no longer maintained 😢.

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