aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-06-17 02:54:49 +0000
committerGlenn Morris2009-06-17 02:54:49 +0000
commitcf66a343c33bf2612ca5718f5edaa6ea73d0a017 (patch)
tree2ec0a4b90a8eb3632c8125637f66ad9d9af382c6 /lisp/ChangeLog
parent67cbe6817d4a6df1f4c6ba8a214c2d62062d7239 (diff)
downloademacs-cf66a343c33bf2612ca5718f5edaa6ea73d0a017.tar.gz
emacs-cf66a343c33bf2612ca5718f5edaa6ea73d0a017.zip
(dir-locals-set-directory-class): Fix doc typo.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84d58421f7e..04977ca9f14 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-06-17 Glenn Morris <rgm@gnu.org>
2
3 * files.el (dir-locals-set-directory-class): Fix doc typo.
4
12009-06-17 Kenichi Handa <handa@m17n.org> 52009-06-17 Kenichi Handa <handa@m17n.org>
2 6
3 * international/mule-diag.el (list-character-sets): Change 7 * international/mule-diag.el (list-character-sets): Change
@@ -564,7 +568,8 @@
564 568
5652009-04-11 Chong Yidong <cyd@stupidchicken.com> 5692009-04-11 Chong Yidong <cyd@stupidchicken.com>
566 570
567 * files.el (dir-locals-directory-cache): Change format to include 571 * files.el (dir-locals-directory-cache): Rename from
572 dir-locals-directory-alist. Change format to include
568 the mtime of the directory-local variables file (Bug#2833). 573 the mtime of the directory-local variables file (Bug#2833).
569 (dir-locals-set-directory-class): New arg mtime. Store it in 574 (dir-locals-set-directory-class): New arg mtime. Store it in
570 dir-locals-directory-cache. 575 dir-locals-directory-cache.