diff options
| author | Glenn Morris | 2011-02-23 23:47:06 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-23 23:47:06 -0800 |
| commit | ebe401f69718e17144fc7f7a8ab36f7c12452f2a (patch) | |
| tree | ab63b751d0a36e636a21ee113818df8a5fb8fe90 /lisp/ChangeLog | |
| parent | a22e7484fa1e26e3caf2658c91d5e245169b55a1 (diff) | |
| download | emacs-ebe401f69718e17144fc7f7a8ab36f7c12452f2a.tar.gz emacs-ebe401f69718e17144fc7f7a8ab36f7c12452f2a.zip | |
Partial fix for bug#8095.
* lisp/files.el (dir-locals-find-file): Doc fix.
Fix the check for cache elements that have no associated file,
and the mtime check for those that do.
Still to do: some places that use dir-locals-find-file assume the
result is always a file, which is not true. (The function name is
misleading.)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ce81a9214a..d77e6b7ccd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> | 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (dir-locals-find-file): Doc fix. | ||
| 4 | Fix the check for cache elements that have no associated file, | ||
| 5 | and the mtime check for those that do. | ||
| 6 | |||
| 3 | * dired-x.el (dired-hack-local-variables): | 7 | * dired-x.el (dired-hack-local-variables): |
| 4 | Handle interrupts during hacking local variables. (Bug#5216) | 8 | Handle interrupts during hacking local variables. (Bug#5216) |
| 5 | 9 | ||