From xemacs-m  Fri Sep  5 11:25:13 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA18257
	for <xemacs-beta@xemacs.org>; Fri, 5 Sep 1997 11:25:09 -0500 (CDT)
Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with ESMTP id JAA19685
	for <xemacs-beta@xemacs.org>; Fri, 5 Sep 1997 09:24:55 -0700 (PDT)
Received: (from wmperry@localhost)
	by kramer.in.aventail.com (8.8.5/8.8.5) id JAA04478;
	Fri, 5 Sep 1997 09:22:53 -0700
Date: Fri, 5 Sep 1997 09:22:53 -0700
Message-Id: <199709051622.JAA04478@kramer.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
To: xemacs-beta@xemacs.org
Subject: bug in auto-autoloads.el generation...
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Emacs/W3 now auto-generates its autoloads if you are compiling with
XEmacs.  But there appears to be a problem with how the file is generated:

At the top of the file:
;;; DO NOT MODIFY THIS FILE
(if (featurep 'w3-autoloads-autoloads) (error "Already loaded"))

and then at the bottom:
(provide 'w3-autoloads)

Nothing major, just slightly unexpected. :)

This file was generated with:

EMACS     = xemacs
BATCHFLAGS = -batch -q -no-site-file
...
$(EMACS) $(BATCHFLAGS) -eval '(setq autoload-package-name "w3")' -l autoload -f batch-update-directory .

-Bill P.

