]> git.eshelyaron.com Git - emacs.git/commit
Fix project-name for vc-aware backend in non-file buffers
authorDmitry Gutov <dmitry@gutov.dev>
Fri, 2 Jun 2023 02:10:15 +0000 (05:10 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Fri, 2 Jun 2023 02:10:15 +0000 (05:10 +0300)
commit753f8aa1f14c2ff5d86b086230d600eb9bb5d8bc
tree63b34bcc8b9a64364736a583557f9c575d1cce3c
parent17c7915ab947ebeec6ea5ad3eb4cad1f24d5d4fc
Fix project-name for vc-aware backend in non-file buffers

* lisp/progmodes/project.el (project-name): Make sure
project-vc-name is picked up from dir-locals in all
non-file-visiting buffers too (mentioned in bug#63469).
lisp/progmodes/project.el