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: Ivan Kanis
Subject: Re: how to turn off cl warning
Date: Sat, 15 Dec 2012 13:42:11 +0100

Andreas Schwab <address@hidden> wrote:

> Look closer.

Gaaah... 

I put an s at the end of type and I still get the warnings.

(eval-when-compile
  (require 'cl)
  (setq byte-compile-warning-types
        (remove 'cl-functions byte-compile-warning-types)))

Are the warnings still meaningful? As far as I can see the cl functions
are autoloaded.
-- 
Ivan Kanis
http://ivan.kanis.fr

In big industry new ideas are invited to rear their heads so they can
be clobbered at once. The idea department of a big firm is a sort of
lab for isolating dangerous viruses.
    -- Marshall McLuhan



reply via email to

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