.dir-locals.el: Prevent errors if .dir-locals.el isn't found.
authorChristopher Lemmer Webber <cwebber@dustycloud.org>
Mon, 16 Nov 2020 18:04:38 +0000 (13:04 -0500)
committerChristopher Lemmer Webber <cwebber@dustycloud.org>
Mon, 16 Nov 2020 18:04:38 +0000 (13:04 -0500)
commit1d6e7732b163c9e945c9e5b32c726fe3b5f09c3a
treed4596f49b1347d2f8eefb83a4a76df1bef2661b8
parentf60936984097f8ad9f73ff23b254b7207c585e63
.dir-locals.el: Prevent errors if .dir-locals.el isn't found.

While this repo should presumably always have a .dir-locals.el
by the nature of this file itself, it seems that this behavior "leaks".
See added comment for more details on the fix to this strange bug,
which is likely an upstream emacs or vc-mode issue.

Thanks to Miguel Ángel Arruga Vivas and Maxim Cournoyer for helping
investigate this problem.

* .dir-locals.el: Don't error out if .dir-locals.el isn't found.
.dir-locals.el