]> git.eshelyaron.com Git - emacs.git/commit
Improve project-find-file
authorStephen Leake <stephen_leake@stephe-leake.org>
Fri, 29 Jan 2016 23:43:26 +0000 (17:43 -0600)
committerStephen Leake <stephen_leake@stephe-leake.org>
Fri, 29 Jan 2016 23:46:18 +0000 (17:46 -0600)
commit7deeab6ff05c392533e05c95ec5e7abb6e3ecfe7
tree7ceca0dfc99f9e5a1699bb58443ac1ef41435876
parenta71560b0e3011c04dc86546b1da51b828cdf040a
Improve project-find-file

* lisp/progmodes/project.el (project-file-completion-table): New.
(project-find-file, project-or-external-find-file): Default to filename
at point.
(project-file-completion-table): New, split out from
project--find-file-in.
(project-find-file-in): Renamed from project--find-file-in, use
project-file-completion-table.

* lisp/progmodes/xref.el (ede-minor-mode): New declaration.
(xref--find-ignores-arguments): Add doc string.
lisp/progmodes/project.el
lisp/progmodes/xref.el