Improve previous dir-locals-read-from-file change
This commit is contained in:
parent
18f0051578
commit
188d270185
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue