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: Glenn Morris
Subject: Re: CL functions called at runtime
Date: Mon, 03 Dec 2012 15:21:40 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Daniel Colascione wrote:

> (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)))

(setq byte-compile-warnings '(not cl-functions))

Also works as a file-local.



reply via email to

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