emacs-devel
[Top][All Lists]
Advanced

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

Re: how to turn off cl warning


From: Thierry Volpiatto
Subject: Re: how to turn off cl warning
Date: Sat, 15 Dec 2012 20:09:36 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.91 (gnu/linux)

Ivan Kanis <address@hidden> writes:

> Thierry Volpiatto <address@hidden> a écrit
>
>> Ivan Kanis <address@hidden> writes:
>>
>>> I want to use coerce, how do I turn off the warning.
>> Add to eof:
>>
>> ;; Local variables:
>> ;; byte-compile-warnings: (not cl-functions)
>> ;; End:
>
> Nice, thank you!
>
> I have one left:
>
> In end of data:
> wpuzzle.el:371:1:Warning: the following functions might not be defined at
>     runtime: remove-duplicates, remove-if, reduce, coerce, substitute
Probably you have (eval-when-compile (require 'cl)),
using only (require 'cl) should work.

-- 
  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]