]> git.eshelyaron.com Git - emacs.git/commit
New command: project-find-dir
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 21 Sep 2021 00:34:00 +0000 (03:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 21 Sep 2021 00:53:21 +0000 (03:53 +0300)
commitdf1d4f58948b6db8a4063c1458748deb684d4a1b
tree23baddea44e4a03c61306b6c61fc7518d58bcece
parentde289d58a4efff4a8625f100eabdc56da98e2e07
New command: project-find-dir

* doc/emacs/maintaining.texi (Project File Commands):
Mention the new command and update the bindings information.

* lisp/progmodes/project.el (project-find-dir):
New command (bug#43153).
(project-prefix-map): Use 'd' as its binding.
Move 'project-dired' to 'D'.
(project-switch-commands):
Replace 'project-dired' with 'project-find-dir'.
doc/emacs/maintaining.texi
lisp/progmodes/project.el