summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-03-10 18:40:09 -0400
committerGlenn Morris <rgm@gnu.org>2015-03-10 18:40:09 -0400
commit6c9681afe9d7296bc984f602a26cf78d577fcc1e (patch)
treecfdef882fdd5bfde7c5034094633735155f4bdd5 /test
parent8db37916ca4241ee977901ae589a86a609a32c3c (diff)
downloademacs-6c9681afe9d7296bc984f602a26cf78d577fcc1e.tar.gz
* 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')
-rw-r--r--test/ChangeLog8
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 @@
+2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
+
+ * indent/js.js: Add local variables.
+
+ * indent/js-indent-first-initialiser-t.js:
+ * indent/js-indent-first-initialiser-dynamic.js:
+ New tests for `js-indent-first-initialiser'.
+
2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com>
* automated/cl-lib-tests.el: Add tests for plusp, second, ...