On Monday, May 31, 2004 at 18:51:43, Matthieu Moy wrote: > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > lisp/Makefile.in contains an if-then-else, the one for GNU > > Emacs, the other for XEmacs. Yes auto-autoload.el is right > > for XEmacs ;c) > > Ah, OK. But auto-autoloads.el seems a bit to anonymous to me for GNU > Emacs, I don't think (require 'auto-autoloads) would make sense ;-)
XEmacs does this for you, looking for auto-autoloads and custom-loads in all subdirs of its package dirs. So with a common name there is no need to list the subdir content. Bye Robert
