summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-07-29 23:04:24 +0000
committerRichard M. Stallman <rms@gnu.org>1998-07-29 23:04:24 +0000
commit8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5 (patch)
treeaafdd5275a1f3ee9a7d9f7d3ca0ed7e0a44c61fe /lisp/emacs-lisp/find-func.el
parent582b6241efe64b45aa8747a9dc2557c730ac889a (diff)
downloademacs-8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5.tar.gz
emacs-8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5.tar.bz2
emacs-8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5.zip
(find-function-noselect): Autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-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 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.