From xemacs-m  Wed Jul 30 15:49:10 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA10583
	for <xemacs-beta@xemacs.org>; Wed, 30 Jul 1997 15:49:10 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA10555 for <xemacs-beta@xemacs.org>; Wed, 30 Jul 1997 13:48:42 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA25101; Wed, 30 Jul 1997 13:48:39 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id NAA02414; Wed, 30 Jul 1997 13:47:56 -0700
To: xemacs-beta@xemacs.org
Subject: Re: How to determine build-dir within running XEmacs?
References: <rxszprrme68.fsf@ecf.teradyne.com> 	<199707131143.EAA02550@xemacs.eng.sun.com> 	<lbk9iu1hr1.fsf@boron.kurims.kyoto-u.ac.jp> 	<rxsg1th7mbn.fsf@midnight.ecf.teradyne.com> <199707150324.MAA21551@boron.kurims.kyoto-u.ac.jp> <rxszpr4e0xz.fsf@tomorrow.ecf.teradyne.com>
X-Attribution: GDF
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 30 Jul 1997 13:47:56 -0700
In-Reply-To: Adrian Aichner's message of "30 Jul 1997 22:31:52 +0200"
Message-ID: <bci4t9c9shv.fsf@corp.Sun.COM>
Lines: 18
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"

>>>>> "Adrian" == Adrian Aichner <aichner@ecf.teradyne.com> writes:

    Adrian> if you want to give it a try with an updated version of
    Adrian> xemacs-build-report.el, here it is.

    Adrian> (require 'config)
    Adrian> (provide 'xemacs-build-report)

Just for my own edification, why do you place the (provide...) at the
beginning of the file instead of at the end?  It would seem to me that 
placing it at the end would ensure that the feature is only provided
upon successful loading of everything in the package, and placing it
at the beginning could erroneously report success when in fact it
could've bombed.

Of course, I don't _really_ know, which is why I'm asking...

-- Gary F.

