diff options
| author | Karl Heuer | 1998-11-07 02:05:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-11-07 02:05:38 +0000 |
| commit | e1acbda2a65ff78c0e13e706aa20ee3e91c1d9a5 (patch) | |
| tree | 9dfefdde9d57b339dd7e2d4122fcf4a63db03ca9 | |
| parent | f66f0ee8ff370fe9a11106369e69672b0d2d2adb (diff) | |
| download | emacs-e1acbda2a65ff78c0e13e706aa20ee3e91c1d9a5.tar.gz emacs-e1acbda2a65ff78c0e13e706aa20ee3e91c1d9a5.zip | |
(find-variable-noselect): Autoload.
| -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 6b295cfcc91..dbe6b6a672d 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -297,6 +297,7 @@ See `find-function' for more details." | |||
| 297 | (interactive (find-function-read)) | 297 | (interactive (find-function-read)) |
| 298 | (find-function-do-it function nil 'switch-to-buffer-other-frame)) | 298 | (find-function-do-it function nil 'switch-to-buffer-other-frame)) |
| 299 | 299 | ||
| 300 | ;;;###autoload | ||
| 300 | (defun find-variable-noselect (variable) | 301 | (defun find-variable-noselect (variable) |
| 301 | "Returns a pair `(buffer . point)' pointing to the definition of SYMBOL. | 302 | "Returns a pair `(buffer . point)' pointing to the definition of SYMBOL. |
| 302 | 303 | ||