]> git.eshelyaron.com Git - emacs.git/commit
Drop project--value-in-dir
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 5 Mar 2022 02:28:31 +0000 (04:28 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 25 Nov 2022 21:52:46 +0000 (23:52 +0200)
commit2389158a31b4a126a328146399fe7ef304c97fef
tree58eaed4e53141bd816b78d6bdc0faad630a85565
parent698b202ddca835c518c916ffd1f482e2b256edde
Drop project--value-in-dir

Drop the project--value-in-dir mechanics, where the user could edit
the value in .dir-locals.el and have it applied instantly without
reverting the current buffer.  It made working in remote buffers with
enable-remote-dir-locals non-nil slower, which doesn't seem worth it
for a minor improvement of an infrequent operation.  Also less
compexity overall.

* lisp/progmodes/project.el (project-try-vc, project-files)
(project--vc-list-files, project-ignores, project-buffers):
Use the user options directly.
(project--vc-merge-submodules-p, project--value-in-dir):
Delete functions.
lisp/progmodes/project.el