From 8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 29 Jul 1998 23:04:24 +0000 Subject: [PATCH] (find-function-noselect): Autoload cookie. --- lisp/emacs-lisp/find-func.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index fe5667df60e..1b2a43495c2 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -144,6 +144,7 @@ If VARIABLE-P is nil, `find-function-regexp' is used, otherwise symbol library))) (set-syntax-table syn-table))))))) +;;;###autoload (defun find-function-noselect (function) "Returns a pair (BUFFER . POINT) pointing to the definition of FUNCTION. -- 2.39.2