diff options
| author | Jackson Ray Hamilton | 2015-03-10 22:07:10 -0700 |
|---|---|---|
| committer | Jackson Ray Hamilton | 2015-03-10 22:07:10 -0700 |
| commit | f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23 (patch) | |
| tree | db1e375b38a5341cd81c59dab3033b45fdb99d5f | |
| parent | 2a1be9eb2361f705e61839b78e8bba1d841944f6 (diff) | |
| download | emacs-f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23.tar.gz emacs-f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23.zip | |
* indent/js-indent-init-dynamic.js: Fix spelling error.
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/indent/js-indent-init-dynamic.js | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index fba6cfcd4c8..6a474e1d4e5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | ||
| 2 | |||
| 3 | * indent/js-indent-init-dynamic.js: Fix spelling error. | ||
| 4 | |||
| 1 | 2015-03-10 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-03-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Prefer "initialize" to "initialise" | 7 | Prefer "initialize" to "initialise" |
diff --git a/test/indent/js-indent-init-dynamic.js b/test/indent/js-indent-init-dynamic.js index f330c2ce7af..536a976e86e 100644 --- a/test/indent/js-indent-init-dynamic.js +++ b/test/indent/js-indent-init-dynamic.js | |||
| @@ -17,7 +17,7 @@ var foo = function() { | |||
| 17 | // Local Variables: | 17 | // Local Variables: |
| 18 | // indent-tabs-mode: nil | 18 | // indent-tabs-mode: nil |
| 19 | // js-indent-level: 2 | 19 | // js-indent-level: 2 |
| 20 | // js-indent-first-initializer: dynamic | 20 | // js-indent-first-init: dynamic |
| 21 | // End: | 21 | // End: |
| 22 | 22 | ||
| 23 | // The following test intentionally produces a scan error and should | 23 | // The following test intentionally produces a scan error and should |