# HG changeset patch # User Richard M. Stallman # Date 894743627 0 # Node ID 92d6cd3eebfaf0d399a3147836cafbd50f8d688b # Parent 31c39cdc9e11a7c4b77fc29010b710349bf3ee27 (find-function-noselect): Autoload it. diff -r 31c39cdc9e11 -r 92d6cd3eebfa lisp/emacs-lisp/find-func.el --- 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.