]> git.eshelyaron.com Git - emacs.git/commit
Fix .dir-local.el caching for symlinks
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Jun 2022 13:01:44 +0000 (15:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Jun 2022 13:01:44 +0000 (15:01 +0200)
commit03124c42019401022e58ca9ebfa9b41735957ffb
tree8934632b9437bd6869c39779f1726595c59f24da
parenta02bb84c80f63a7b1199f0e68d605f7d418167fd
Fix .dir-local.el caching for symlinks

* lisp/files.el (dir-locals-read-from-dir): We want the time stamp
of the actual file, not the time stamp of the symlink (if
.dir-locals.el is a symlink) (bug#46122).
lisp/files.el