help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package cl is deprecated


From: Thibaut Verron
Subject: Re: Package cl is deprecated
Date: Wed, 28 Jul 2021 11:33:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 28/07/2021 11:23, Hongyi Zhao wrote:
When I start Emacs, I always notice the following message in *Messages* buffer:

Package cl is deprecated

Any hints for eliminating it?

If you have (require 'cl) somewhere in your init file, replace it with (require 'cl-lib). You might need to change some macro calls to use cl-<name> instead of <name>.

If you don't have the (require 'cl) in your init file, you should identify the package which loads the old library and report the warning as a bug.

More details: https://emacs.stackexchange.com/a/48115/184

Best wishes,

Thibaut




reply via email to

[Prev in Thread] Current Thread [Next in Thread]