Improve previous dir-locals-read-from-file change

This commit is contained in:
Glenn Morris 2012-05-06 21:29:59 -07:00
parent 18f0051578
commit 188d270185

View file

@ -3625,7 +3625,7 @@ is found. Returns the new class name."
(with-temp-buffer
;; This is with-demoted-errors, but we want to mention dir-locals
;; in any error message.
(let ((err (make-symbol "err")))
(let (err)
(condition-case err
(progn
(insert-file-contents file)