From xemacs-m  Thu Sep 18 02:00:10 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA19238
	for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 01:59:37 -0500 (CDT)
Received: from orion.kurims.kyoto-u.ac.jp (orion.kurims.kyoto-u.ac.jp [130.54.16.5]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id PAA15838 for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 15:57:40 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id PAA09682; Thu, 18 Sep 1997 15:57:38 +0900
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: [patch] info.el (of b20)
X-Face: fOOYdM>Ct-+jZ!MfKWRl?5e=(j4]xHE~<%D)$=FuN"@nP]"fi8stnK9>1fW>1HR[fj\=i%q0'l2G]0[H'R*m(fm^Og;iG>lBmr{anp!LG[)PD}g^XbG.(@oIi8;y)8+C"HV5}8NQ`HR7~P{+$AEEPo,N>,IwIbd:Dq6\"Bi#Aq\^lJ~dmwnUkc-Xb{k3\dZnF7j,$enH=Ybr<9v,Kzi-T|urefU:c{$pC)T5yvnRO0T+D&Z9{B8ulAd5X#c?Z|}vv^qhBjEj
X-Emacs: 20.3 "Tirana" XEmacs  Lucid (beta20) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: text/plain; charset=US-ASCII
From: Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 18 Sep 1997 15:57:37 +0900
Message-ID: <lbbu1rnm72.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 21

1997-09-18  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* packages/info.el (Info-elisp-ref): Use `find-function-function'.

diff -u lisp/packages/info.el~ lisp/packages/info.el
--- lisp/packages/info.el~	Thu Sep 18 15:51:53 1997
+++ lisp/packages/info.el	Thu Sep 18 15:51:53 1997
@@ -1873,7 +1873,7 @@
 (defun Info-elisp-ref (func)
   "Look up an Emacs Lisp function in the Elisp manual in the Info system.
 This command is designed to be used whether you are already in Info or not."
-  (interactive (let ((fn (function-called-at-point))
+  (interactive (let ((fn (funcall find-function-function))
 		     (enable-recursive-minibuffers t)	     
 		     val)
 		 (setq val (completing-read

-- 
Jens
---
It is better to kiss an avocado than to get in a fight with an aardvark

