changeset 22007:92d6cd3eebfa

(find-function-noselect): Autoload it.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 May 1998 19:53:47 +0000
parents 31c39cdc9e11
children 6182deb2d814
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el	Sat May 09 07:39:00 1998 +0000
+++ b/lisp/emacs-lisp/find-func.el	Sat May 09 19:53:47 1998 +0000
@@ -81,6 +81,7 @@
 
 ;;; Functions:
 
+;;;###autoload
 (defun find-function-noselect (function &optional path)
   "Returns list (BUFFER POINT) pointing to the definition of FUNCTION.