Dumped lisp files are not supposed to contribute to autoloads, no?
I am getting this:
"..\lib-src\i" "..\src\xemacs.exe" -vanilla -batch -l
autoload -f
batch-
update-one-directory ..\lisp -f batch-byte-compile-one-file
..\lisp\auto-autoloa
ds.el -l cus-dep -f Custom-make-dependencies ..\lisp
Updating autoloads in directory e:\xemacs\xemacs\lisp...
No autoloads found in lisp/custom-load.el
No autoloads found in lisp/printer.el
No autoloads found in lisp/printer.el
printer.el is a dumped file. Should it be searched for autoloads, really?
Should it be searched for autoloads *twice*? I just do not know where to
control this kind of behavior.
Big K