[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107979: Improve previous dir-loca
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107979: Improve previous dir-locals-read-from-file change |
Date: |
Sun, 06 May 2012 21:29:59 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107979
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-05-06 21:29:59 -0700
message:
Improve previous dir-locals-read-from-file change
modified:
lisp/files.el
=== modified file 'lisp/files.el'
--- a/lisp/files.el 2012-05-06 17:57:28 +0000
+++ b/lisp/files.el 2012-05-07 04:29:59 +0000
@@ -3625,7 +3625,7 @@
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107979: Improve previous dir-locals-read-from-file change,
Glenn Morris <=