Fix build fail on files.el change (Bug#32352)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 13 Nov 2018 13:25:35 +0000 (08:25 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 13 Nov 2018 13:25:35 +0000 (08:25 -0500)
commit197bf4eaac0ed98549f4343a653ba21aac47c855
tree6266f31a55ef0ebdd2f05706a3b850a6edece5d7
parentb8d50754767e4d2d82b1b5d46c21d7a0584a4d93
Fix build fail on files.el change (Bug#32352)

* lisp/files.el (dir-locals-read-from-dir): Reduce scope of
`read-circle' let-binding to go around the `read' call only.
Otherwise it can interfere with loading of files which use the
circular read syntax (e.g., executing the setf expression in
`dir-locals-set-class-variables' may require loading gv.elc).
lisp/files.el