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

fix "Package cl is deprecated" warning #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix "Package cl is deprecated" warning #101

wants to merge 1 commit into from

Conversation

ErnestDong
Copy link

cl-lib was published many years ago as a better alternative to cl. And in Emacs-27 cl now has a deprecation warning. Replace (require 'cl) with (require cl-lib) will fix it.

@ErnestDong ErnestDong marked this pull request as draft June 10, 2021 09:46
cl-lib was published many years ago as a better alternative to cl. And in Emacs-27 cl now has a deprecation warning. Replace `(require 'cl)` with `(require cl-lib)` will fix it.
@ErnestDong ErnestDong marked this pull request as ready for review June 10, 2021 10:51
Copy link

@Kingpatzer Kingpatzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works and will eliminate the warnings and move to cl-lib, which is the standard library for common-lisp now.

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.

None yet

2 participants