I get the message that "Package cl is deprecated" when trying to use the Modula 3 mode from [email protected]:modula3/cm3.git. The file in question is https://github.com/modula3/cm3/blob/master/m3-tools/gnuemacs/src/modula3.el
Is there any replacement? A workaround?
cl.el
. If so, go ahead and ignore the warning. Deprecation does not meancl.el
is not supported. Let the maintainers of Module 3 know, and they can update their code to adapt to usingcl-lib.el
or whatever is really needed. It's not your problem - it's theirs. And this is only if in fact the latest Module 3 code still really needscl.el
. And +1 to what @NickD said (but it's orthogonal to what I've said). – Drew Jun 30 '21 at 03:01