From 188d270185eca5ea83f2a603d7d22e37cbffaefc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 6 May 2012 21:29:59 -0700 Subject: [PATCH] Improve previous dir-locals-read-from-file change --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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) -- 2.39.2