]> code.delx.au - gnu-emacs/commit
Don't treat JS spread as contination method call
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 10 May 2016 23:26:54 +0000 (02:26 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 10 May 2016 23:27:46 +0000 (02:27 +0300)
commit8d2f78c421c73730f344dbf71dbed61d5ef8e46d
tree11ec8e2e941034e9bef5bc75c445d8d57a65f7a4
parentfc8a4e0ad44667cff79750946ebc695968e95b01
Don't treat JS spread as contination method call

* lisp/progmodes/js.el (js--indent-operator-re):
Allow only one dot (bug#23492).

* test/indent/js.js (default): Add a corresponding example.
lisp/progmodes/js.el
test/indent/js.js