|
From: | Stefan Monnier |
Subject: | [Bug-AUCTeX] 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
[Prev in Thread] | Current Thread | [Next in Thread] |