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:
parent
bc2cec6b20
commit
1a3c4541c3
2 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue