]> git.eshelyaron.com Git - emacs.git/commit
Make subdirs . nil in dir-locals in ~/ work
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Jan 2021 00:12:45 +0000 (01:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Jan 2021 00:12:45 +0000 (01:12 +0100)
commit8f0a2c84b66ff8d45a9d088a181617417115ec9e
tree016d36d565bb27e24d9c9b2e774a1a8fd69b7156
parent49e01d85ed6a6e4c95d43b6eeb4f32c7daa319a7
Make subdirs . nil in dir-locals in ~/ work

* lisp/files.el (dir-locals-collect-variables): Compare directory
names after expanding.  This makes a (subdirs . nil) in ~/ work as
expected (bug#17205).

Test case:

((nil . ((a .  "hallo")
         (subdirs . nil))))

in ~/
lisp/files.el