diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 6a91129dd1c..c46d7c22d92 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3625,7 +3625,7 @@ is found. Returns the new class name." | |||
| 3625 | (with-temp-buffer | 3625 | (with-temp-buffer |
| 3626 | ;; This is with-demoted-errors, but we want to mention dir-locals | 3626 | ;; This is with-demoted-errors, but we want to mention dir-locals |
| 3627 | ;; in any error message. | 3627 | ;; in any error message. |
| 3628 | (let ((err (make-symbol "err"))) | 3628 | (let (err) |
| 3629 | (condition-case err | 3629 | (condition-case err |
| 3630 | (progn | 3630 | (progn |
| 3631 | (insert-file-contents file) | 3631 | (insert-file-contents file) |