Juanma Barranquero <[EMAIL PROTECTED]> writes: > (A little comment regarding recent changes by Carsten Dominik to the > reftex*.el files.) > > I've seen that, as part of your changes, you've moved some defvar's > I added, wrapping them inside `eval-when-compile'. I much *prefer* > that, I dislike them at top level when they're not really defining a > variable, just silencing the byte-compiler. That's what I'd do on my > own modules.
Actually, I get "might be undefined at run time" in some similar eval-when-compile wrapped situations. And having different semantics during compilation and execution also is not a good idea. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel