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

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

Re: Adapting code to cl-lib


From: Thierry Volpiatto
Subject: Re: Adapting code to cl-lib
Date: Mon, 30 Dec 2013 08:15:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

joaotavora@gmail.com (João Távora) writes:

> Does anyone know of a package or something that gets rid of these
> warnings:
>
>    foo.el:2266:57:Warning: function `find' from cl package called at runtime
>    foo.el:2370:63:Warning: function `remove*' from cl package called at 
> runtime
>    foo.el:2370:63:Warning: function `gensym' from cl package called at runtime
>
> by replacing them with their cl- counterpairs from cl-lib?

Yes, or adding this at end of file if you want to keep using 'cl' package:

,----
| ;; Local Variables:
| ;; byte-compile-warnings: (not cl-functions obsolete)
| ;; End:
`----

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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