diff options
| author | Leo Liu | 2012-12-01 23:45:38 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-12-01 23:45:38 +0800 |
| commit | ff3d86d0996d665f9cbb217ca24a63e59b058460 (patch) | |
| tree | 76b33fb51f30b985b7707a2f2459526e7815ce9d /lisp/ChangeLog | |
| parent | b9cf4db5c9210d4ccf7faf86c4ec4439a98a7a58 (diff) | |
| download | emacs-ff3d86d0996d665f9cbb217ca24a63e59b058460.tar.gz emacs-ff3d86d0996d665f9cbb217ca24a63e59b058460.zip | |
* lisp/files.el (dir-locals-read-from-file): Check file non-empty
before reading.
Fixes: debbugs:13038
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 735798e3f3e..eb41fff8c9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-01 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * files.el (dir-locals-read-from-file): Check file non-empty | ||
| 4 | before reading. (Bug#13038) | ||
| 5 | |||
| 1 | 2012-11-28 Glenn Morris <rgm@gnu.org> | 6 | 2012-11-28 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * jka-cmpr-hook.el (jka-compr-get-compression-info): | 8 | * jka-cmpr-hook.el (jka-compr-get-compression-info): |