]> code.delx.au - gnu-emacs-elpa/commit
Use indentation code from js-mode when we can
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 18 Jul 2015 00:40:37 +0000 (03:40 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 18 Jul 2015 00:40:37 +0000 (03:40 +0300)
commit4c02462944a24085ba4843be29637265423b9fe5
tree5073ea71c7a07a205cc153afc49ac4ae32edcbea
parentf3a899bb1c36e25e078eed2890eb2fecb22f4175
Use indentation code from js-mode when we can

Some options has been left without aliases, even though they have
counterparts in js.el, because their values are incompatible:

js2-pretty-multiline-declarations -> js-indent-first-init
js2-indent-switch-body -> js-switch-indent-offset

After upgrading to Emacs 25, the affected users will have to customize
them anew.
js2-mode.el
js2-old-indent.el [new file with mode: 0644]