* Reiner Steib (2006-06-11) writes: > In the long run, we should *not* bind byte-compile-warnings to nil in > `lpath.el' and add the appropriate (require 'foo), autoloads and > (defvar bar) in the code.
Unfortunately `require' and `defvar' will not help in all cases. There is code which let-binds variables in one function and uses these variables in other functions. Ugly. -- Ralf _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
