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



_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to