diff options
| author | Glenn Morris | 2011-02-24 00:45:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-24 00:45:25 -0800 |
| commit | 6a88f031c8a895c87143da01201502e966aa7641 (patch) | |
| tree | 2646f7cd332679c445763dfe7024454fc763e9ca /lisp/ChangeLog | |
| parent | 303f9ae0146c9bc42985e98a07b86be0cb1c6eca (diff) | |
| download | emacs-6a88f031c8a895c87143da01201502e966aa7641.tar.gz emacs-6a88f031c8a895c87143da01201502e966aa7641.zip | |
Yet more directory-local variables fixes.
* lisp/files-x.el (modify-dir-local-variable): Handle dir-locals from
the cache, and from non-file sources.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05bddd0a7d9..c44c491cad0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> | 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * files-x.el (modify-dir-local-variable): Handle dir-locals from | ||
| 4 | the cache, and from non-file sources. | ||
| 5 | |||
| 3 | * help-fns.el (describe-variable): Return consistent results when a | 6 | * help-fns.el (describe-variable): Return consistent results when a |
| 4 | dir-local from a file came from the cache or did not. (Bug#8095) | 7 | dir-local from a file came from the cache or did not. (Bug#8095) |
| 5 | If a dir-local has no associated file, say it came from a "directory". | 8 | If a dir-local has no associated file, say it came from a "directory". |