diff options
| author | Richard M. Stallman | 1998-07-29 23:04:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-29 23:04:24 +0000 |
| commit | 8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5 (patch) | |
| tree | aafdd5275a1f3ee9a7d9f7d3ca0ed7e0a44c61fe | |
| parent | 582b6241efe64b45aa8747a9dc2557c730ac889a (diff) | |
| download | emacs-8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5.tar.gz emacs-8a8a9abe0c0191c1ab7c923ff87abe226e21c9c5.zip | |
(find-function-noselect): Autoload cookie.
| -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 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 | |||
| 144 | symbol library))) | 144 | symbol library))) |
| 145 | (set-syntax-table syn-table))))))) | 145 | (set-syntax-table syn-table))))))) |
| 146 | 146 | ||
| 147 | ;;;###autoload | ||
| 147 | (defun find-function-noselect (function) | 148 | (defun find-function-noselect (function) |
| 148 | "Returns a pair (BUFFER . POINT) pointing to the definition of FUNCTION. | 149 | "Returns a pair (BUFFER . POINT) pointing to the definition of FUNCTION. |
| 149 | 150 | ||