1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(find-variable-noselect): Autoload.

This commit is contained in:
Karl Heuer 1998-11-07 02:05:38 +00:00
parent f66f0ee8ff
commit e1acbda2a6

View File

@ -297,6 +297,7 @@ See `find-function' for more details."
(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.