emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-byte-compile-compiler-macro


From: Richard Stallman
Subject: Re: cl-byte-compile-compiler-macro
Date: Wed, 05 Apr 2006 23:58:00 -0400

         (eval-when-compile . (lambda (&rest body)
                               (list 'quote
    -                            (byte-compile-eval (byte-compile-top-level
    -                                                (cons 'progn body))))))
    +                            (byte-compile-eval (cons 'progn body)))))

What is the reason for removing byte-compile-top-level?

Was the call superfluous before?

    +                    (or (fboundp handler)
    +                        (progn (byte-compile-warn
    +                                "Ignoring byte-compiler handler `%S'" 
handler)
    +                               nil))

I don't think this should warn.  This warning would be generated
whenever you compile calls to these functions and CL is not loaded.
The warning isn't useful, because it describes a circumstance which
does not mean anything is wrong.

So please don't add the warning.




reply via email to

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