From xemacs-m  Wed Apr  2 16:44:38 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA01466
	for <xemacs-beta@xemacs.org>; Wed, 2 Apr 1997 16:44:37 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcjpa18878; Wed, 2 Apr 1997 17:44:36 -0500 (EST)
Date: Wed, 2 Apr 1997 17:44:36 -0500 (EST)
Message-Id: <QQcjpa18878.199704022244@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Build success: 20.1b10 w/o patches, Linux 2.0.29
In-Reply-To: <m2bu7x836q.fsf@altair.xemacs.org>
References: <hhu3lq3oc9.fsf@arioch.oche.de>
	<m2u3lqicyg.fsf@altair.xemacs.org>
	<hh4tdqb35t.fsf@arioch.oche.de>
	<m267y6qh4s.fsf@altair.xemacs.org>
	<hhenctmc6l.fsf@arioch.oche.de>
	<m2bu7x836q.fsf@altair.xemacs.org>
X-Mailer: VM 6.23 under Emacs 19.34.1
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

The important bit of the docstring is this

The car has all the overlays before the overlay center;
the cdr has all the overlays after the overlay center.

The second line means (cdr (overlay-lists)) gets the second list
not (car (cdr (overlay-lists))).

So having overlay-lists return (nil nil) is wrong.

