]> git.eshelyaron.com Git - emacs.git/commit
Bind default-directory to the project root
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 4 Feb 2021 01:38:27 +0000 (03:38 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 4 Feb 2021 01:38:42 +0000 (03:38 +0200)
commitc07ebfcbe084e8219d8c2588f23f77ba4ef39087
tree82b5287694f86d6a5d83438c8f723b7fb0abbfe8
parentb81516c7fb558c9b4bc44e6e69f6729a5f2f9894
Bind default-directory to the project root

* lisp/progmodes/project.el (project-find-regexp):
Bind default-directory to the project root, to save this value
in the resulting buffer (esp. if the project selector was used,
(https://lists.gnu.org/archive/html/emacs-devel/2021-02/msg00140.html).
(project-or-external-find-regexp): Same.
lisp/progmodes/project.el