# HG changeset patch # User Karl Heuer # Date 910404338 0 # Node ID e221aa952b5b790c350c90fbf9474777374191f9 # Parent ac6928a654e1ea9acbbfd08d59a3e0479a985a73 (find-variable-noselect): Autoload. diff -r ac6928a654e1 -r e221aa952b5b lisp/emacs-lisp/find-func.el --- 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.