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

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

bug#16573: 24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on


From: Stefan Monnier
Subject: bug#16573: 24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on compile
Date: Tue, 28 Jan 2014 16:36:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> (eval-and-compile
>   (unless (fboundp 'declare-function)
>     (defmacro declare-function (fn file &optional arglist fileonly)
>       `(autoload ',fn ,file))))

Yuck!  This is an ugly trick trying to silence warnings.
Better macroexpand it to nil: you'll get warnings in older Emacsen, but
at least you won't end up changing the code's behavior.


        Stefan





reply via email to

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