On Sat, 2002-10-05 at 11:11, Ed Allen Smith wrote:
D. auto-autoload.el should _not_ be doing "error" if a
file is
already included; it should simply return. (As it is, I'm writing
a Perl script to correct all the auto-autoload.el files, since
there doesn't seem to be a way to automatically reconstruct them
properly. I tried xemacs -batch -f batch-update-autoloads
[various permutations] after correcting autoload.el; it didn't
modify the files, and didn't recreate them when I deleted them.)
Otherwise, one gets the following sort of garbage on every
startup:
A quick and dirty way to just get rid of the startup warnings could be
to stick something like this into your init.el:
(add-hook
'emacs-startup-hook
'(lambda()
(setq inhibit-warning-display t)))
--
\/ille Skyttä
ville.skytta at
xemacs.org