Mercurial > emacs
changeset 23659:e221aa952b5b
(find-variable-noselect): Autoload.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 07 Nov 1998 02:05:38 +0000 |
parents | ac6928a654e1 |
children | 68edff9e7389 |
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 Sat Nov 07 02:03:33 1998 +0000 +++ b/lisp/emacs-lisp/find-func.el Sat Nov 07 02:05:38 1998 +0000 @@ -297,6 +297,7 @@ (interactive (find-function-read)) (find-function-do-it function nil 'switch-to-buffer-other-frame)) +;;;###autoload (defun find-variable-noselect (variable) "Returns a pair `(buffer . point)' pointing to the definition of SYMBOL.