From xemacs-m  Fri Mar 14 15:10:48 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA13498
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 15:10:47 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id NAA02026;
	Fri, 14 Mar 1997 13:22:45 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [comp.xemacs.xemacs]: forwarded message from Michael Uelschen
References: <QQcgvv19473.199703141549@crystal.WonderWorks.COM> 	<199703141642.LAA29628@black-ice.cc.vt.edu> 	<QQcgwa20642.199703141708@crystal.WonderWorks.COM> 	<rvbu8mmjeq.fsf@sdnp5.ucsd.edu> 	<QQcgwf21845.199703141829@crystal.WonderWorks.COM> 	<rv913qmgfq.fsf@sdnp5.ucsd.edu> 	<QQcgwn23546.199703142016@crystal.WonderWorks.COM> 	<rv4teemcp3.fsf@sdnp5.ucsd.edu> <QQcgwp24209.199703142057@crystal.WonderWorks.COM>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Kyle Jones's message of Fri, 14 Mar 1997 15:57:24 -0500 (EST)
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 14 Mar 1997 13:22:44 -0800
Message-ID: <m2pvx2f9sr.fsf@altair.xemacs.org>
Lines: 18
X-Mailer: Gnus v5.4.26/XEmacs 20.1(beta7)

Kyle Jones <kyle_jones@wonderworks.com> writes:

> It's most closely related to sendmail.el so it ought to go in
> that file, I think.

Speaking of sendmail.el, should this be changed?

;;; Load VM into the compilation environment but not the load environment.
(eval-when-compile
 (or (and (boundp 'loading-vm-kludge) loading-vm-kludge)
     ;; nastiness to avoid circular provide/require dependency nonsense
     (fboundp 'vm-spool-files)
     (let ((loading-vm-kludge t))
       (require 'vm))))

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

