From xemacs-m  Tue Jul  8 15:59:06 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA25362
	for <xemacs-beta@xemacs.org>; Tue, 8 Jul 1997 15:59:03 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.6/8.8.6) id WAA26399;
	Tue, 8 Jul 1997 22:58:59 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [PATCH] Smallpox in Gnus
References: <kig90zha33g.fsf@jagor.srce.hr> <m2oh8djn60.fsf@altair.xemacs.org>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 08 Jul 1997 22:58:59 +0200
In-Reply-To: Steven L Baur's message of "08 Jul 1997 13:37:11 -0700"
Message-ID: <kighge5gt0s.fsf@jagor.srce.hr>
Lines: 22
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta11) - "Stockholm"

Steven L Baur <steve@xemacs.org> writes:

> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > +	(let ((flist (if (fboundp 'compiled-function-arglist)
> > +			 (list (compiled-function-arglist fval)
> > +			       (compiled-function-instructions fval)
> > +			       (compiled-function-constants fval)
> > +			       (compiled-function-stack-depth fval)
> > +			       (compiled-function-doc-string fval)
> > +			       (car (cdr (compiled-function-interactive fval))))
> > +		       append fval nil)))
> 
> This code contains the same bug that Kyle stepped on in his first
> patch to efs-ovwrt.el.

I see.  Forunately, the code is not necessary anyway.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm a Lisp variable -- bind me!

