diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-09 19:53:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-09 19:53:47 +0000 |
commit | 1f43a8c647c4fefd610734f8691c4844e1970836 (patch) | |
tree | 1b8e36f97dfcf47a2888d6bf0915545abf57676b /lisp/emacs-lisp | |
parent | 7c7ca3d21770be7105a0207e7e8051dae02c650a (diff) | |
download | emacs-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.el | 1 |
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. |