.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)
committerLudovic Courtès <ludo@gnu.org>
Wed, 18 Nov 2020 14:34:26 +0000 (15:34 +0100)
commite385e5fc3c6839ad3d700b50f908df8f6b9f3ad8
tree2cc644603785474fa23d2845e2766e28bc174d56
parent37b98e8cca3244067071bc6e382b06861457a459
.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