* Mark Harig [2010-03-20 16:44+0100] writes:
The stylistic rule I am proposing is that if the code references any non-autoloaded symbols (only functions and macros are autoloaded), then it should include a '(require ...)', regardless of whether the code also includes some autoloaded symbols.
Those requires should be added to the existing (eval-when (compile) ...) section; a plain require would defeat the purpose of autoloading.
Helmut