summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-11-15 06:31:51 +0200
committerDmitry Gutov <dgutov@yandex.ru>2015-11-15 06:32:13 +0200
commit1a3c4541c3ddf4de0afce339f4ea9bf04c805fa8 (patch)
treeb7c747495725fc6dcc44d7baf760d3c61375ec6e /lisp/progmodes/xref.el
parentbc2cec6b205da46492736e079321f4f4ed41a782 (diff)
downloademacs-1a3c4541c3ddf4de0afce339f4ea9bf04c805fa8.tar.gz
Update project-find-regexp for the new xref API
* lisp/progmodes/project.el (project--read-regexp): Update to use the new xref API methods. * lisp/progmodes/xref.el (xref-find-backend): Autoload.
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r--lisp/progmodes/xref.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 7e3b5600f1a..40f8d23c64a 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -210,6 +210,7 @@ and should return either nil to mean that it is not applicable,
or an xref backend, which is a value to be used to dispatch the
generic functions.")
+;;;###autoload
(defun xref-find-backend ()
(run-hook-with-args-until-success 'xref-backend-functions))