From xemacs-m  Mon Aug  4 10:22:08 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id KAA08610
	for <xemacs-beta@xemacs.org>; Mon, 4 Aug 1997 10:22:04 -0500 (CDT)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id RAA09714; Mon, 4 Aug 1997 17:18:00 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id RAA24331; Mon, 4 Aug 1997 17:21:56 +0200
To: xemacs-beta@xemacs.org
Subject: Re: compiled-function-p and byte-code-function-p
References: <199707310530.OAA04125@orion.kurims.kyoto-u.ac.jp> <m24t9b3gx8.fsf@altair.xemacs.org>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 04 Aug 1997 17:21:55 +0200
In-Reply-To: SL Baur's message of "30 Jul 1997 22:54:27 -0700"
Message-ID: <rjzpqyotws.fsf@zuse.dina.kvl.dk>
Lines: 12
X-Mailer: Gnus v5.4.62/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


SL Baur <steve@xemacs.org> writes:

> `compiled-function-p' is the better name.  The previous name has been
> left as obsolete because newer versions of Emacs support the preferred 
> name.

Yes, but `compiled-function-p' is declared obsolete in Emacs 19.34,
and the byte compiler suggests using `byte-code-function-p' instead.

This is a no-win situation for those of us who attempt to make the
code compile cleanly in both Emacsen.

