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

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

bug#53014: 27.2; `cl-macs.el' no longer provides `cl-macs'


From: Glenn Morris
Subject: bug#53014: 27.2; `cl-macs.el' no longer provides `cl-macs'
Date: Tue, 04 Jan 2022 20:28:58 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

There are several misconceptions in this report.

cl-macs.el continues to provide cl-macs, as it always has done.

Loading internal sub-components of cl-lib has always been discouraged.

The way to use cl-lib continues to be to (require 'cl-lib).
Code needing only macros can add eval-when-compile to that.
This is documented in the usage node of the cl manual.

(This was explained 6 years ago in bug#22291.)





reply via email to

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