aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-02-23 23:47:06 -0800
committerGlenn Morris2011-02-23 23:47:06 -0800
commitebe401f69718e17144fc7f7a8ab36f7c12452f2a (patch)
treeab63b751d0a36e636a21ee113818df8a5fb8fe90 /lisp/ChangeLog
parenta22e7484fa1e26e3caf2658c91d5e245169b55a1 (diff)
downloademacs-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/ChangeLog4
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 @@
12011-02-24 Glenn Morris <rgm@gnu.org> 12011-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