From xemacs-m  Tue Jul  1 19:08:43 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 TAA17937
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 19:08:43 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id RAA01557;
	Tue, 1 Jul 1997 17:07:35 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: LOSING_BYTECODE
References: <m290zsj0z4.fsf@altair.xemacs.org> 	<kig90zsz2lg.fsf@jagor.srce.hr> 	<m2g1tzoqyk.fsf@altair.xemacs.org> 	<QQcwgj03476.199707010329@crystal.WonderWorks.COM> 	<m2en9jl9rv.fsf@altair.xemacs.org> 	<QQcwgl03902.199707010356@crystal.WonderWorks.COM> 	<QQcwgn04347.199707010422@crystal.WonderWorks.COM> 	<m2vi2vcr7u.fsf@altair.xemacs.org> <QQcwii14807.199707011602@crystal.WonderWorks.COM> <87wwnazeh0.fsf@mharnois.workgroup.net> <kig3epyz5rm.fsf@jagor.srce.hr>
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@xemacs.org>
In-Reply-To: Hrvoje Niksic's message of "02 Jul 1997 01:55:57 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 01 Jul 1997 17:07:34 -0700
Message-ID: <m23epymi49.fsf@altair.xemacs.org>
Lines: 41
X-Mailer: Gnus v5.4.61/XEmacs 20.3(beta11) - "Stockholm"

Hrvoje Niksic <hniksic@srce.hr> writes:

> Michael Harnois <mharnois@sbt.net> writes:
>> With fear and trembling I applied your patch to advice.el, made
>> distclean, removed all elc files, reconfigured, commented out
>> LOSING_BYTECODE in config.h, and made all-elc.
>> 
>> First casualty, when loading my init file:
>> 
>> Signaling: (error "As of 19.14, `concat' no longer works with
>> compiled-function objects

> 19.14?  That's a good one! :-)

I fixed this as soon as it appeared inevitable we were going to do
another iteration on removing LOSING_BYTECODE.


1997-06-30  Steven L Baur  <steve@altair.xemacs.org>

	* fns.c (check_losing_bytecode): Correct reported version.

Index: src/fns.c
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/fns.c,v
retrieving revision 1.10
diff -u -r1.10 fns.c
--- fns.c	1997/06/29 23:14:11	1.10
+++ fns.c	1997/07/01 04:51:30
@@ -192,7 +192,7 @@
   if (COMPILED_FUNCTIONP (seq))
     error_with_frob
       (seq,
-       "As of 19.14, `%s' no longer works with compiled-function objects",
+       "As of 20.3, `%s' no longer works with compiled-function objects",
        function);
 }

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

