diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-06 21:29:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-06 21:29:59 -0700 |
commit | 188d270185eca5ea83f2a603d7d22e37cbffaefc (patch) | |
tree | 38c230a8be12028adc41225e8d8fe68dea0c38ac /lisp/files.el | |
parent | 18f00515789afb71a4d57171d989a82a1cbe7615 (diff) | |
download | emacs-188d270185eca5ea83f2a603d7d22e37cbffaefc.tar.gz |
Improve previous dir-locals-read-from-file change
Diffstat (limited to 'lisp/files.el')
-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." (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) |