-
Notifications
You must be signed in to change notification settings - Fork 44
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 #35
Comments
|
Hi @shiorid ! What I meant here is that I would like to eliminate the deprecation warning on Emacs 27+, doing so in a way that is backwards-compatible with Emacs 26-. |
IIRC this was fixable by add |
@DaniruKun we already have |
(require 'loadhist)
(file-dependents (feature-file 'cl) @Zulu-Inuoe The matter is explained here: doomemacs/doomemacs#3372 (comment) |
On Emacs 27+ we get the warning
Package cl is deprecated
.It seems
cl-lib
is being used for a handful of things here and there. It would be good to remove its usage. I'd still like to maintain backwards-compatibility with at least Emacs 26, thoughThe text was updated successfully, but these errors were encountered: