From xemacs-m  Mon Aug 25 14:23:43 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 OAA15548
	for <xemacs-beta@xemacs.org>; Mon, 25 Aug 1997 14:23:41 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.6/8.8.6/Debian/GNU) id MAA17264;
	Mon, 25 Aug 1997 12:23:45 -0700
To: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: find-function broklen ?!
References: <qyjwwla4hhb.fsf@metheny.enst.fr>
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: multipart/mixed;
 boundary="Multipart_Mon_Aug_25_12:23:44_1997-1"
Content-Transfer-Encoding: 7bit
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 25 Aug 1997 12:23:45 -0700
In-Reply-To: Didier Verna's message of "25 Aug 1997 13:41:52 +0200"
Message-ID: <87lo1qf4n2.fsf@bittersweet.inetarena.com>
Lines: 63
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta18) - "Bratislava"

--Multipart_Mon_Aug_25_12:23:44_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "DV" == Didier Verna <verna@inf.enst.fr> writes:

    DV> Signaling: (void-function ff-read-function)

1997-08-25  Karl M. Hegbloom  <karlheg@inetarena.com>

	* prim/help.el (find-function): changed `ff-read-function' to
 	`find-function-read-function'.
	(find-function-other-window): ditto
	(find-function-other-frame): ditto ][


--Multipart_Mon_Aug_25_12:23:44_1997-1
Content-Type: text/plain; charset=US-ASCII

Index: lisp/prim/help.el
===================================================================
RCS file: /usr/local/cvsroot/xemacs-20/lisp/prim/help.el,v
retrieving revision 1.1.1.2.2.4
diff -u -r1.1.1.2.2.4 help.el
--- help.el	1997/08/25 19:22:41	1.1.1.2.2.4
+++ help.el	1997/08/25 19:21:12
@@ -1433,7 +1433,7 @@
 
 If the optional argument PATH is given, the library where FUNCTION is
 defined is searched in PATH instead of `load-path'"
-  (interactive (ff-read-function))
+  (interactive (find-function-read-function))
   (let ((buffer-point (find-function-noselect function path)))
     (if buffer-point
 	(progn
@@ -1450,7 +1450,7 @@
 
 If the optional argument PATH is given, the library where FUNCTION is
 defined is searched in PATH instead of `load-path'"
-  (interactive (ff-read-function))
+  (interactive (find-function-read-function))
   (let ((buffer-point (find-function-noselect function path)))
     (if buffer-point
 	(progn
@@ -1467,7 +1467,7 @@
 
 If the optional argument PATH is given, the library where FUNCTION is
 defined is searched in PATH instead of `load-path'"
-  (interactive (ff-read-function))
+  (interactive (find-function-read-function))
   (let ((buffer-point (find-function-noselect function path)))
     (if buffer-point
 	(progn


--Multipart_Mon_Aug_25_12:23:44_1997-1
Content-Type: text/plain; charset=US-ASCII

mailto:karlheg@inetarena.com (Karl M. Hegbloom)
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3.1  Linux 2.0.30+parport AMD K5 PR-133

--Multipart_Mon_Aug_25_12:23:44_1997-1--

