emacs-devel
[Top][All Lists]
Advanced

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

Re: CL functions called at runtime


From: Daniel Colascione
Subject: Re: CL functions called at runtime
Date: Mon, 03 Dec 2012 11:59:10 -0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/3/12 10:55 AM, Burton Samograd wrote:
> Hi,
> 
> I seemed to have missed the dicussion about the warnings being generated
> by the byte compiler about CL functions being called at runtime.  Now
> I'm seeing them in my code for useful functions like remove-if.

(defadvice byte-compile-warn (around shut-up-about-cl activate compile)
  (let* ((fmt (ad-get-arg 0)))
    (unless (string-match "cl package" fmt)
      ad-do-it)))



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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