mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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
Add a link
Reference in a new issue