Mercurial > emacs
changeset 22851:2c2eb47ec8e3
(find-function-noselect): Autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 29 Jul 1998 23:04:24 +0000 |
parents | e7684a1dd417 |
children | dfb255fb91c8 |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el Wed Jul 29 23:04:03 1998 +0000 +++ b/lisp/emacs-lisp/find-func.el Wed Jul 29 23:04:24 1998 +0000 @@ -144,6 +144,7 @@ symbol library))) (set-syntax-table syn-table))))))) +;;;###autoload (defun find-function-noselect (function) "Returns a pair (BUFFER . POINT) pointing to the definition of FUNCTION.