]> git.eshelyaron.com Git - emacs.git/commit
Unbreak project-find-regexp in Emacs 26.3 (bug#42765)
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 14 Aug 2020 07:20:04 +0000 (10:20 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 14 Aug 2020 14:21:55 +0000 (17:21 +0300)
commit319463920ca8829dcdfa6c0c8c1c8ff15091f6f0
tree217ef3535a785d0e980246e5faea8bdd5fa2d8c9
parentc6267c0fe61531501cb6ab56bdebb500bdf73c29
Unbreak project-find-regexp in Emacs 26.3 (bug#42765)

* lisp/progmodes/project.el: Depend on xref.  Bump the version.

* lisp/progmodes/xref.el: Remove 'project' from the list of
dependencies.  Depending on Emacs 26.3 already ensures that some
version is available.  Bump the version.
(xref--process-file-region): Move from project.el with a rename.
Update the sole caller.
(xref-backend-references): Make compatible with old project.el.
Update the docstring.
lisp/progmodes/project.el
lisp/progmodes/xref.el