1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Dmitry Gutov 2015-11-15 06:31:51 +02:00
parent bc2cec6b20
commit 1a3c4541c3
2 changed files with 3 additions and 3 deletions

View file

@ -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))