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

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

Re: Byte-compilation warnings


From: Lennart Borgman (gmail)
Subject: Re: Byte-compilation warnings
Date: Tue, 10 Jun 2008 22:45:13 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Florian Beck wrote:
"Drew Adams" <drew.adams@oracle.com> writes:

When I byte-compile my elisp files I get lots of warnings concerning cl:

Warning: Function `evenp' from cl package called at runtime

I did not follow this thread, but I wonder if the warning disappears if you require cl the right way:

  (eval-when-compile (require 'cl))





reply via email to

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