summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-09 19:53:47 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-09 19:53:47 +0000
commit1f43a8c647c4fefd610734f8691c4844e1970836 (patch)
tree1b8e36f97dfcf47a2888d6bf0915545abf57676b /lisp/emacs-lisp
parent7c7ca3d21770be7105a0207e7e8051dae02c650a (diff)
downloademacs-1f43a8c647c4fefd610734f8691c4844e1970836.tar.gz
emacs-1f43a8c647c4fefd610734f8691c4844e1970836.tar.bz2
emacs-1f43a8c647c4fefd610734f8691c4844e1970836.zip
(find-function-noselect): Autoload it.
Diffstat (limited to 'lisp/emacs-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 026a3ad7bf8..31ed83d331d 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.