aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-05-09 19:53:47 +0000
committerRichard M. Stallman <[email protected]>1998-05-09 19:53:47 +0000
commit1f43a8c647c4fefd610734f8691c4844e1970836 (patch)
tree1b8e36f97dfcf47a2888d6bf0915545abf57676b /lisp
parent7c7ca3d21770be7105a0207e7e8051dae02c650a (diff)
(find-function-noselect): Autoload it.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/find-func.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 026a3ad7bf..31ed83d331 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -81,6 +81,7 @@ default."
;;; Functions:
+;;;###autoload
(defun find-function-noselect (function &optional path)
"Returns list (BUFFER POINT) pointing to the definition of FUNCTION.