diff options
| author | Glenn Morris | 2015-03-10 18:40:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-03-10 18:40:09 -0400 |
| commit | 6c9681afe9d7296bc984f602a26cf78d577fcc1e (patch) | |
| tree | cfdef882fdd5bfde7c5034094633735155f4bdd5 /test/ChangeLog | |
| parent | 8db37916ca4241ee977901ae589a86a609a32c3c (diff) | |
| download | emacs-6c9681afe9d7296bc984f602a26cf78d577fcc1e.tar.gz emacs-6c9681afe9d7296bc984f602a26cf78d577fcc1e.zip | |
* lisp/progmodes/js.el (js-indent-first-initialiser): Fix doc, type, version.
First line of the doc string should be a complete sentence.
* etc/NEWS: Mention new option.
# Fix associated ChangeLog entries.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 03cc2818478..93ee3c5bc16 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | ||
| 2 | |||
| 3 | * indent/js.js: Add local variables. | ||
| 4 | |||
| 5 | * indent/js-indent-first-initialiser-t.js: | ||
| 6 | * indent/js-indent-first-initialiser-dynamic.js: | ||
| 7 | New tests for `js-indent-first-initialiser'. | ||
| 8 | |||
| 1 | 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com> | 9 | 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com> |
| 2 | 10 | ||
| 3 | * automated/cl-lib-tests.el: Add tests for plusp, second, ... | 11 | * automated/cl-lib-tests.el: Add tests for plusp, second, ... |