comparison lisp/ChangeLog @ 102935:f57e672f2ca5

* files.el (dir-locals-directory-cache): Change format to include the mtime of the directory-local variables file (Bug#2833). (dir-locals-set-directory-class): New arg mtime. Store it in dir-locals-directory-cache. (dir-locals-find-file): Check cache validity using the mtime. (dir-locals-read-from-file): Save the file mtime in the cache. (hack-dir-local-variables): Adapt to new dir-locals-directory-cache entry format.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 11 Apr 2009 15:26:26 +0000
parents ed0a00c1025a
children 8a26453a599a
comparison
equal deleted inserted replaced
102934:ed0a00c1025a 102935:f57e672f2ca5
1 2009-04-11 Chong Yidong <cyd@stupidchicken.com> 1 2009-04-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (dir-locals-directory-cache): Change format to include
4 the mtime of the directory-local variables file (Bug#2833).
5 (dir-locals-set-directory-class): New arg mtime. Store it in
6 dir-locals-directory-cache.
7 (dir-locals-find-file): Check cache validity using the mtime.
8 (dir-locals-read-from-file): Save the file mtime in the cache.
9 (hack-dir-local-variables): Adapt to new
10 dir-locals-directory-cache entry format.
2 11
3 * international/mule-diag.el (describe-font-internal): Change 12 * international/mule-diag.el (describe-font-internal): Change
4 ignored argument to IGNORED. 13 ignored argument to IGNORED.
5 (describe-font): Elide unnecessary argument to 14 (describe-font): Elide unnecessary argument to
6 describe-font-internal (Bug#2945). 15 describe-font-internal (Bug#2945).