diff options
| author | Chong Yidong | 2012-08-14 12:04:25 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-14 12:04:25 +0800 |
| commit | 45e7ed71652ff194ea9389d40c49c7109af3d2d5 (patch) | |
| tree | 4116f5705315c5f676781f88952f5f33b9761ff2 /test/ChangeLog | |
| parent | b7f501c736b4f45b4dee1d4d54a6f710c52f2530 (diff) | |
| download | emacs-45e7ed71652ff194ea9389d40c49c7109af3d2d5.tar.gz emacs-45e7ed71652ff194ea9389d40c49c7109af3d2d5.zip | |
Improve the file-local variable regression test.
* test/automated/files.el: Test every combination of values for
enable-local-variables and enable-local-eval.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b4195ea7d58..1cdd054da3e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-14 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * automated/files.el: Test every combination of values for | ||
| 4 | enable-local-variables and enable-local-eval. | ||
| 5 | |||
| 1 | 2012-08-10 Glenn Morris <rgm@gnu.org> | 6 | 2012-08-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/files.el (files-test-disable-local-variables): New test. | 8 | * automated/files.el (files-test-disable-local-variables): New test. |