From xemacs-m  Wed Sep 17 08:19:28 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA07572
	for <xemacs-beta@xemacs.org>; Wed, 17 Sep 1997 08:19:26 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.7/8.8.7/Debian/GNU) id GAA26677;
	Wed, 17 Sep 1997 06:19:14 -0700
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: `make autoloads' and efs/auto-autoloads.el oddity.
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 17 Sep 1997 06:19:11 -0700
Message-ID: <87n2lc13jk.fsf@bittersweet.inetarena.com>
Lines: 33
X-Mailer: Gnus v5.5/XEmacs 20.3(beta20) - "Tirana"

 When I started the new XEmacs, and tried to use dired, it gave an
error, saying that a function was not defined.  I traced it to
lisp/efs/auto-autoloads.el, where, at the top it goes:

;;; DO NOT MODIFY THIS FILE
(if (featurep '-autoloads) (error "Already loaded"))


... when it should read:

;;; DO NOT MODIFY THIS FILE
(if (featurep 'efs-autoloads) (error "Already loaded"))


... I'm not familiar with the code in utils/autoload.el, so I can't
see what's wrong.  It looks like most of the other subdirectories got
the right thing done...

 All are fine _except_ for:

'(efs hyperbole oobr)

... where the same thing has happened--- the directory name is not
prepended to the "-autoloads" at the top of the file where I've shown,
and also at the bottom, in the provides statement.

 I've fixed it by hand for now.

-- 
mailto:karlheg@inetarena.com (Karl M. Hegbloom)
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3.1+hamm  Linux pre-2.0.31-9+select+QNX  AMD K5 PR-133

