diff options
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84d58421f7e..04977ca9f14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-06-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * files.el (dir-locals-set-directory-class): Fix doc typo. | ||
| 4 | |||
| 1 | 2009-06-17 Kenichi Handa <handa@m17n.org> | 5 | 2009-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 | ||
| 565 | 2009-04-11 Chong Yidong <cyd@stupidchicken.com> | 569 | 2009-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. |
diff --git a/lisp/files.el b/lisp/files.el index 4e81b6ad52d..921724d8a79 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3246,7 +3246,7 @@ Return the new variables list." | |||
| 3246 | DIRECTORY is the name of a directory, a string. | 3246 | DIRECTORY is the name of a directory, a string. |
| 3247 | CLASS is the name of a project class, a symbol. | 3247 | CLASS is the name of a project class, a symbol. |
| 3248 | MTIME is either the modification time of the directory-local | 3248 | MTIME is either the modification time of the directory-local |
| 3249 | variables file that defined this this class, or nil. | 3249 | variables file that defined this class, or nil. |
| 3250 | 3250 | ||
| 3251 | When a file beneath DIRECTORY is visited, the mode-specific | 3251 | When a file beneath DIRECTORY is visited, the mode-specific |
| 3252 | variables from CLASS are applied to the buffer. The variables | 3252 | variables from CLASS are applied to the buffer. The variables |