]> git.eshelyaron.com Git - emacs.git/commit
Rename xref-collect-references and xref-collect-matches
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Dec 2019 12:44:08 +0000 (15:44 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 29 Dec 2019 12:46:44 +0000 (15:46 +0300)
commit65af18d86eed140100c98c1bf3076f805f2bcc06
tree7cc2026b60ed7b848e0584c043fed0d101ccd1ba
parent98788bf9768fec915c745aae8c9196636ffeaecc
Rename xref-collect-references and xref-collect-matches

* lisp/progmodes/xref.el (xref-references-in-directory): Rename
from xref-collect-references.  Update the sole caller.
(xref-matches-in-directory): Rename from xref-collect-matches.
Update all callers (all of them are in the /tests/ dir).

* test/lisp/progmodes/xref-tests.el (xref-tests-data-dir):
Don't use the EMACS_TEST_DIRECTORY env var. It doesn't work when
running interactively.
lisp/progmodes/xref.el
test/lisp/progmodes/xref-tests.el