mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
* indent/js-indent-init-dynamic.js: Fix spelling error.
This commit is contained in:
parent
2a1be9eb23
commit
f0e8673a9e
@ -1,3 +1,7 @@
|
||||
2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
|
||||
|
||||
* indent/js-indent-init-dynamic.js: Fix spelling error.
|
||||
|
||||
2015-03-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Prefer "initialize" to "initialise"
|
||||
|
@ -17,7 +17,7 @@ var foo = function() {
|
||||
// Local Variables:
|
||||
// indent-tabs-mode: nil
|
||||
// js-indent-level: 2
|
||||
// js-indent-first-initializer: dynamic
|
||||
// js-indent-first-init: dynamic
|
||||
// End:
|
||||
|
||||
// The following test intentionally produces a scan error and should
|
||||
|
Loading…
Reference in New Issue
Block a user