Questions tagged [cl]
21 questions
11
votes
3 answers
Package cl is deprecated, is there any easy fix for it?
For the warning of
Package cl is deprecated
is there any easy fix for it?
Here is a piece of code I copied from somewhere (that I don't know how to fix):
(eval-when-compile (require 'cl))
(defun sanityinc/add-subdirs-to-load-path (parent-dir)
…

xpt
- 467
- 1
- 4
- 17
0
votes
0 answers
Using the Modula-3 mode from CM3 I get "Package cl is deprecated". Any replacement?
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?…

vonbrand
- 101
- 4